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

            this.Parent_ref.Close();
        }
コード例 #2
0
 private void btnNext_Click(object sender, System.EventArgs e)
 {
     if (this.create_step040 == null)
     {
         this.create_step040           = new frmManage_Updates_Create_step040(this);
         this.create_step040.MdiParent = this.Parent_ref.MdiParent;
     }
     this.Hide();
     this.create_step040.Show();
 }
コード例 #3
0
		private void frmManage_Updates_Create_step030_Closed(object sender, System.EventArgs e) {
			if (this.create_step040 != null) {
				this.create_step040.Dispose();
				this.create_step040 = null;
			}

			this.Parent_ref.Close();
		}
コード例 #4
0
		private void btnNext_Click(object sender, System.EventArgs e) {
			if (this.create_step040 == null) {
				this.create_step040 = new frmManage_Updates_Create_step040(this);
				this.create_step040.MdiParent = this.Parent_ref.MdiParent;
			}
			this.Hide();
			this.create_step040.Show();
		}