Пример #1
0
 public void ExecuteCommand(IUndoableCommand command)
 {
     command.execute();
     commandStack.Push(command);
 }