C# Class GuiLabs.Undo.CallMethodAction

Inheritance: AbstractAction
Afficher le fichier Open project: KirillOsenkov/Undo Class Usage Examples

Méthodes publiques

Méthode Description
CallMethodAction ( System.Action execute, System.Action unexecute ) : System

Méthodes protégées

Méthode Description
ExecuteCore ( ) : void
UnExecuteCore ( ) : void

Method Details

CallMethodAction() public méthode

public CallMethodAction ( System.Action execute, System.Action unexecute ) : System
execute System.Action
unexecute System.Action
Résultat System

ExecuteCore() protected méthode

protected ExecuteCore ( ) : void
Résultat void

UnExecuteCore() protected méthode

protected UnExecuteCore ( ) : void
Résultat void