Stetic.ObjectWrapperUndoRedoChange.ApplyChange C# (CSharp) 메소드

ApplyChange() 공개 메소드

public ApplyChange ( ) : UndoRedoChange
리턴 UndoRedoChange
        public override UndoRedoChange ApplyChange()
        {
            return manager.ApplyChange (this);
        }