Exemplo n.º 1
0
 public void Redo()
 {
     CurrentCutting.Redo();
 }
Exemplo n.º 2
0
 public void Undo()
 {
     CurrentCutting.Undo();
 }