Example #1
0
        private void Complete()
        {
            if (IsUndoable)
            {
                CurrentState.AddCommand(this);
            }

            Reset();
        }