Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Difficultys Check = new Difficultys();

            Check.Show();
            Hide();
        }
Ejemplo n.º 2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Difficultys dif = new Difficultys();

            dif.Show();
            Hide();
            gameStartMusic.Play();
        }
Ejemplo n.º 3
0
        private void backFunction_Click(object sender, EventArgs e)
        {
            Difficultys dif = new Difficultys();

            dif.Show();
            Hide();
            gameStartMusic.PlayLooping();
        }