C# Class NanoByte.Common.Undo.PreExecutedCommand

An undo command that does nothing on the first IUndoCommand.Execute call, because the action was already performed beforehand
Inheritance: FirstExecuteCommand
Mostrar archivo Open project: nano-byte/common

Protected Methods

Method Description
OnFirstExecute ( ) : void

Do nothing on first execute.

Method Details

OnFirstExecute() protected final method

Do nothing on first execute.
protected final OnFirstExecute ( ) : void
return void