Method Execute
Execute(Action, Action)
Specifies a new action for immediate execution, together with the optional undo action which reverses the effects of the command.
public void Execute(Action command, Action undo)
Specifies a new action for immediate execution, together with the optional undo action which reverses the effects of the command.
public void Execute(Action command, Action undo)