Example #1
0
        private void frmManage_Updates_Create_step020_Closed(object sender, System.EventArgs e)
        {
            if (this.create_step030 != null)
            {
                this.create_step030.Dispose();
                this.create_step030 = null;
            }

            this.Parent_ref.Close();
        }
Example #2
0
 private void btnNext_Click(object sender, System.EventArgs e)
 {
     if (this.create_step030 == null)
     {
         this.create_step030           = new frmManage_Updates_Create_step030(this);
         this.create_step030.MdiParent = this.Parent_ref.MdiParent;
     }
     this.Hide();
     this.create_step030.Show();
 }
Example #3
0
 public frmManage_Updates_Create_step040(frmManage_Updates_Create_step030 Parent_ref_)
 {
     #region Required for Windows Form Designer support
     InitializeComponent();
     #endregion
     #region Event safeguard...
     this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     this.Closed        += new System.EventHandler(this.frmManage_Updates_Create_step030_Closed);
     #endregion
     this.Parent_ref = Parent_ref_;
 }
		private void frmManage_Updates_Create_step020_Closed(object sender, System.EventArgs e) {
			if (this.create_step030 != null) {
				this.create_step030.Dispose();
				this.create_step030 = null;
			}

			this.Parent_ref.Close();
		}
		private void btnNext_Click(object sender, System.EventArgs e) {
			if (this.create_step030 == null) {
				this.create_step030 = new frmManage_Updates_Create_step030(this);
				this.create_step030.MdiParent = this.Parent_ref.MdiParent;
			}
			this.Hide();
			this.create_step030.Show();
		}
		public frmManage_Updates_Create_step040(frmManage_Updates_Create_step030 Parent_ref_) {
			#region Required for Windows Form Designer support
			InitializeComponent();
			#endregion
			#region Event safeguard...
			this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
			this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
			this.Closed += new System.EventHandler(this.frmManage_Updates_Create_step030_Closed);
			#endregion
			this.Parent_ref = Parent_ref_;
		}