Пример #1
0
 public void Redo()
 {
     CurrentCutting.Redo();
 }
Пример #2
0
 public void Undo()
 {
     CurrentCutting.Undo();
 }