Exemple #1
0
        private void frmManage_Searches_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();
        }
Exemple #2
0
 private void btnNext_Click(object sender, System.EventArgs e)
 {
     if (this.create_step030 == null)
     {
         this.create_step030           = new frmManage_Searches_Create_step030(this);
         this.create_step030.MdiParent = this.Parent_ref.MdiParent;
     }
     this.Hide();
     this.create_step030.Show();
 }
		private void frmManage_Searches_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_Searches_Create_step030(this);
				this.create_step030.MdiParent = this.Parent_ref.MdiParent;
			}
			this.Hide();
			this.create_step030.Show();
		}