コード例 #1
0
        public cManage_Views_PK_s020(
            frm_Main Base_ref_,
            dNotifyBase NotifyBase_,
            PO_Manage_Views_PK MyProcess_
            ) : base(
                NotifyBase_,
                1
                )
        {
            Base_ref = Base_ref_;

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

            MyProcess = MyProcess_;
        }
コード例 #2
0
		public cManage_Views_PK_s020(
			frm_Main Base_ref_, 
			dNotifyBase NotifyBase_, 
			PO_Manage_Views_PK MyProcess_
		) : base (
			NotifyBase_, 
			1
		) {
			Base_ref = Base_ref_;

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

			MyProcess = MyProcess_;
		}