Esempio n. 1
0
 private void button7_Click(object sender, EventArgs e)
 {
     Form3 fr3 = new Form3();
     fr3.Show();
     Hide();
 }