public cManage_ConfigTables_CreateOrChange_s010(
			frm_Main Base_ref_, 
			OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_, 
			PO_ConfigTables MyProcess_
		) : base (
			NotifyBase_, 
			1
		) {
			this.Base_ref = Base_ref_;

			this.MyForm = new frmManage_ConfigTables_CreateOrChange_s010(
				this.MyForm_notifiedMe,
				this.MyForm_notifiedMe_aboutNext
			);
			this.MyForm.MdiParent = this.Base_ref;
			//this.MyForm.MaximizeBox = false;
			//this.MyForm_ref = MyForm;

			this.MyProcess = MyProcess_;
		}
Example #2
0
        public cManage_ConfigTables_CreateOrChange_s020(
            frm_Main Base_ref_,
            OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_,
            PO_ConfigTables MyProcess_
            ) : base(
                NotifyBase_,
                1
                )
        {
            this.Base_ref = Base_ref_;

            this.MyForm = new frmManage_ConfigTables_CreateOrChange_s020(
                this.MyForm_notifiedMe,
                this.MyForm_notifiedMe_aboutNext
                );
            this.MyForm.MdiParent = this.Base_ref;
            //this.MyForm.MaximizeBox = false;
            //this.MyForm_ref = MyForm;

            this.MyProcess = MyProcess_;
        }