private void button1_Click(object sender, EventArgs e) { Difficultys Check = new Difficultys(); Check.Show(); Hide(); }
private void button4_Click(object sender, EventArgs e) { Difficultys dif = new Difficultys(); dif.Show(); Hide(); gameStartMusic.Play(); }
private void backFunction_Click(object sender, EventArgs e) { Difficultys dif = new Difficultys(); dif.Show(); Hide(); gameStartMusic.PlayLooping(); }