public cTweak_Project_s000(
			frm_Main base_ref_in, 
			cTweak_Project_s000.eMode mode_in
		) : this (
			base_ref_in, 
			mode_in, 
			null
		) {}
		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);
		}
		public frmTweak_Project_s000(
			OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformFormNotifyBase notifyBase_in,
			OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformFormNotifyBase notifyBase_aboutNext_in, 
			cTweak_Project_s000.eMode mode_in
		) {
			#region Required for Windows Form Designer support...
			this.InitializeComponent();
			#endregion
			this.flowformform_ = new FlowformForm(
				notifyBase_in, 
				notifyBase_aboutNext_in
			);
			#region Event safeguard...
			this.btnNext.Click += new System.EventHandler(this.flowformform_.btnNext_Click);
			this.Closed += new System.EventHandler(this.flowformform_.FlowformForm_Closed);

			this.btnPath.Click += new System.EventHandler(this.btnPath_Click);
			this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
			this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
			this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
			this.btnDefault.Click += new System.EventHandler(this.btnDefault_Click);
			#endregion

			this.Mode = mode_in;
		}