예제 #1
0
 public void UndoOperation(OperationBase operation)
 {
     operation.Undo();
     Finished.Remove(operation);
 }