Interface IUndoCommand
A executable command with an undo function.
public interface IUndoCommand
- Extension Methods
Methods
Execute()
Performs the desired action.
void Execute()
Undo()
Undoes changes made by Execute().
void Undo()
A executable command with an undo function.
public interface IUndoCommand
Performs the desired action.
void Execute()
Undoes changes made by Execute().
void Undo()