Ejemplo n.º 1
0
 public UndoRedo(Friska_dama mDialog)
 {
     this.mainDialog = mDialog;
     this.undoButton = mDialog.UndoButton;
     this.redoButton = mDialog.RedoButton;
     this.history = mDialog.History;
 }
Ejemplo n.º 2
0
 public UndoRedo(Friska_dama mDialog)
 {
     this.mainDialog = mDialog;
     this.undoButton = mDialog.UndoButton;
     this.redoButton = mDialog.RedoButton;
     this.history    = mDialog.History;
 }