Example #1
0
 private void button4_Click(object sender, EventArgs e)
 {
     Home h = new Home();
     h.Show();
     this.Hide();
 }