Example #1
0
 private void button4_Click_2(object sender, EventArgs e)
 {
     this.Hide();
     start ah = new start();
     ah.Show();
 }
Example #2
0
 private void button3_Click(object sender, EventArgs e)
 {
     this.Hide();
     start s = new start();
     s.Show();
 }