Exemplo n.º 1
0
        private void startGame_Click(object sender, EventArgs e)
        {
            CharacterCreation charCreation = new CharacterCreation();
            charCreation.Show();

            this.Hide();
        }
Exemplo n.º 2
0
        private void startGame_Click(object sender, EventArgs e)
        {
            CharacterCreation charCreation = new CharacterCreation();

            charCreation.Show();

            this.Hide();
        }