C# Class GuiLabs.Undo.CallMethodAction

Inheritance: AbstractAction
Datei anzeigen Open project: KirillOsenkov/Undo Class Usage Examples

Public Methods

Method Description
CallMethodAction ( System.Action execute, System.Action unexecute ) : System

Protected Methods

Method Description
ExecuteCore ( ) : void
UnExecuteCore ( ) : void

Method Details

CallMethodAction() public method

public CallMethodAction ( System.Action execute, System.Action unexecute ) : System
execute System.Action
unexecute System.Action
return System

ExecuteCore() protected method

protected ExecuteCore ( ) : void
return void

UnExecuteCore() protected method

protected UnExecuteCore ( ) : void
return void