Exemple #1
0
 public void Redo()
 {
     CurrentCutting.Redo();
 }
Exemple #2
0
 public void Undo()
 {
     CurrentCutting.Undo();
 }