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

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

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

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