示例#1
0
        private void backButton_Click(object sender, EventArgs e)
        {
            initialForm theInitialForm = new initialForm();

            this.Hide();
            theInitialForm.Show();
        }
示例#2
0
 private void backButton_Click(object sender, EventArgs e)
 {
     initialForm theInitialForm = new initialForm();
     this.Hide();
     theInitialForm.Show();
 }