コード例 #1
0
        private void frmManage_Searches_Create_step010_Closed(object sender, System.EventArgs e)
        {
            if (this.create_step020 != null)
            {
                this.create_step020.Dispose();
                this.create_step020 = null;
            }

            this.Parent_ref.Close();
        }
コード例 #2
0
 private void btnNext_Click(object sender, System.EventArgs e)
 {
     if (this.create_step020 == null)
     {
         this.create_step020           = new frmManage_Searches_Create_step020(this);
         this.create_step020.MdiParent = this.Parent_ref.MdiParent;
         this.create_step020.Bind_Fields();
     }
     this.Hide();
     this.create_step020.Show();
 }
コード例 #3
0
 public frmManage_Searches_Create_step030(frmManage_Searches_Create_step020 Parent_ref_)
 {
     #region Required for Windows Form Designer support
     this.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_Searches_Create_step030_Closed);
     #endregion
     this.Parent_ref = Parent_ref_;
 }