Interface IUndoableAction
public interface IUndoableAction
Properties
Name
string Name { get; }
Property Value
Methods
Execute()
void Execute()
Undo()
void Undo()
public interface IUndoableAction
string Name { get; }
void Execute()
void Undo()