public cManage_ConfigTables( frm_Main Base_ref_, dNotifyBase NotifyBase_ ) : base( NotifyBase_, 1 ) { Base_ref = Base_ref_; MyForm = new frmManage_ConfigTables( new cFlowformForm.dNotifyBase( MyForm_notifiedMe ), new cFlowformForm.dNotifyBase( MyForm_notifiedMe_aboutNext ) ); MyForm.MdiParent = Base_ref; //MyForm.MaximizeBox = false; //MyForm_ref = MyForm; //MyProcess = MyProcess_; MyProcess = new PO_ConfigTables(Base_ref); }
public cManage_ConfigTables( frm_Main Base_ref_, dNotifyBase NotifyBase_ ) : base ( NotifyBase_, 1 ) { Base_ref = Base_ref_; MyForm = new frmManage_ConfigTables( new cFlowformForm.dNotifyBase( MyForm_notifiedMe ), new cFlowformForm.dNotifyBase( MyForm_notifiedMe_aboutNext ) ); MyForm.MdiParent = Base_ref; //MyForm.MaximizeBox = false; //MyForm_ref = MyForm; //MyProcess = MyProcess_; MyProcess = new PO_ConfigTables(Base_ref); }