Esempio n. 1
0
        public cMODEL_s010(
            frm_Main Base_ref_,
            dNotifyBase NotifyBase_,
            PO_MODEL MyProcess_
            ) : base(
                NotifyBase_,
                1
                )
        {
            Base_ref = Base_ref_;

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

            MyProcess = MyProcess_;
        }
Esempio n. 2
0
		public cMODEL_s000(
			frm_Main Base_ref_, 
			dNotifyBase NotifyBase_
		) : base (
			NotifyBase_, 
			1
		) {
			Base_ref = Base_ref_;

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

			MyProcess = new PO_MODEL(Base_ref);
		}