Beispiel #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     c = new Classroom();
     this.Hide();
     c.Show();
     mensaje.neutralMensaje("Listen the sound and click \non the right object.");
 }
Beispiel #2
0
 private void backB_Click(object sender, EventArgs e)
 {
     cla = new Classroom();
     this.Hide();
     cla.Show();
 }