Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Difficultys Check = new Difficultys();

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

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

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