Ejemplo n.º 1
0
        private void btn_startGame_Click(object sender, EventArgs e)
        {
            this.Hide();
            difficultySelect ds = new difficultySelect( );

            ds.Show();
        }
Ejemplo n.º 2
0
        private void btn_yes_Click(object sender, EventArgs e)
        {
            this.Hide();

            MessageBox.Show("Please choose a difficulty", "Difficulty");
            difficultySelect ds = new difficultySelect();

            ds.Show();
        }