コード例 #1
0
ファイル: Mementos.cs プロジェクト: harpreetoxyent/pnl
 public DeleteControlMemento(IEIBControl control, IEIBControl parent, EIBFormDesigner.Designer.BaseWindow basewin)
 {
     controlToDelete = control;
     parentControl   = parent;
     this.baseWindow = basewin;
 }
コード例 #2
0
ファイル: Mementos.cs プロジェクト: harpreetoxyent/pnl
 public DontDeleteControlMemento(IEIBControl control, IEIBControl parent, EIBFormDesigner.Designer.BaseWindow basewin)
 {
     dCtrl = control;
     this.parentControl = parent;
     this.baseWindow    = basewin;
 }