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