예제 #1
0
 public UndoRedo(Friska_dama mDialog)
 {
     this.mainDialog = mDialog;
     this.undoButton = mDialog.UndoButton;
     this.redoButton = mDialog.RedoButton;
     this.history = mDialog.History;
 }
예제 #2
0
 public UndoRedo(Friska_dama mDialog)
 {
     this.mainDialog = mDialog;
     this.undoButton = mDialog.UndoButton;
     this.redoButton = mDialog.RedoButton;
     this.history    = mDialog.History;
 }