private void button3_Click(object sender, EventArgs e)
 {
     es = new EscogerSaludos();
     this.Hide();
     es.Show();
     msj.neutralMensaje("Look at the picture and choose\nthe correct option according to\n the situation.");
 }
Beispiel #2
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 #3
0
        private void siguienteNivel()
        {
            c2 = new classroom2();
            this.Hide();
            if (mensaje.getState() == false)
            {
                c2.Show();
                mensaje.neutralMensaje("Listen the sound and click on the right object.");
            }
            else
            {
                Task taskA = Task.Factory.StartNew(() => imagenRespuesta());
                taskA.Wait();

                c2.Show();
                mensaje.neutralMensaje("Listen the sound and click on the right object.");
            }
        }
Beispiel #4
0
        private void button2_Click(object sender, EventArgs e)
        {
            nei = new Neighborhood();
            this.Hide();
            nei.Show();
            Mensaje mensaje = new Mensaje();

            mensaje.neutralMensaje("Look at the map and choose \nthe right option");
        }
        private void button1_Click(object sender, EventArgs e)
        {
            //functions of human organs
            fo = new funcionesOrganos();
            this.Hide();
            fo.Show();
            Mensaje ms = new Mensaje();

            ms.neutralMensaje("Associate the human organ with\n its respective function");
        }