C# Класс NanoByte.Common.Undo.PreExecutedCommand

An undo command that does nothing on the first IUndoCommand.Execute call, because the action was already performed beforehand
Наследование: FirstExecuteCommand
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnFirstExecute ( ) : void

Do nothing on first execute.

Описание методов

OnFirstExecute() защищенный закрытый Метод

Do nothing on first execute.
protected final OnFirstExecute ( ) : void
Результат void