Exemple #1
0
 private void pictureBox6_Click(object sender, EventArgs e)
 {
     Inicio.Inicio frm = new Inicio.Inicio();
     frm.Show();
     this.Hide();
 }