Ejemplo n.º 1
0
 //boton comenzar a jugar
 private void pictureBox1_Click(object sender, EventArgs e)
 {
     player.close();
     frmEvaluation evaluation = new frmEvaluation(orig);
     evaluation.Show();
     this.Close();
 }
Ejemplo n.º 2
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            frmEvaluation evaluation = new frmEvaluation(position);

            evaluation.Show();
            this.Hide();
        }
Ejemplo n.º 3
0
        private void timer8_Tick_1(object sender, EventArgs e)
        {
           
            timer8.Stop();
            ObjForm = new frmEvaluation(orig);
            ObjForm.Show();
            Close();


        }