Ejemplo n.º 1
0
        public cGenerator_Generate_s000(
            frm_Main Base_ref_,
            OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_
            ) : base(
                NotifyBase_,
                0
                )
        {
            this.Base_ref = Base_ref_;

            this.MyForm = new frmGenerator_Generate_s000(
                this.MyForm_notifiedMe,
                this.MyForm_notifiedMe_aboutNext
                );
            this.MyForm.MdiParent = this.Base_ref;
            //this.MyForm.MaximizeBox = false;
            //this.MyForm_ref = MyForm;
        }
Ejemplo n.º 2
0
        public cMODEL_s000(
            frm_Main Base_ref_,
            OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_
            ) : base(
                NotifyBase_,
                1
                )
        {
            this.Base_ref = Base_ref_;

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

            this.MyProcess = new PO_MODEL(this.Base_ref);
        }
Ejemplo n.º 3
0
        public cManage_Views_PK_s020(
            frm_Main Base_ref_,
            OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_,
            PO_Manage_Views_PK MyProcess_
            ) : base(
                NotifyBase_,
                1
                )
        {
            this.Base_ref = Base_ref_;

            this.MyForm = new frmManage_Views_PK_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_;
        }
Ejemplo n.º 4
0
        public cTweak_Project_s000(
            frm_Main base_ref_in,
            cTweak_Project_s000.eMode mode_in,
            OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase notifyBase_in
            ) : base(
                notifyBase_in,
                1
                )
        {
            this.Base_ref = base_ref_in;
            this.mode_    = mode_in;

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

//			this.MyProcess = new PO_Tweak_Project(Base_ref);
        }