Esempio n. 1
0
        private void StartButtonClick(object sender, EventArgs e)
        {
            DifficultySelect ds = new DifficultySelect();

            ds.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void Button1_Click(object sender, EventArgs e)
        {
            DifficultySelect ds = new DifficultySelect();

            ds.Show();
            this.Close();
        }