예제 #1
0
        private void Button1_Click(object sender, EventArgs e)
        {
            NameOfPlayer = textBox1.Text;
            Difficulty diff = new Difficulty();

            this.Hide();
            diff.ShowDialog();
        }
        private void BTNGame_Click(object sender, EventArgs e)
        {
            Difficulty diff = new Difficulty();

            diff.ShowDialog();
        }