Ejemplo n.º 1
0
        private void NewPlayer()
        {
            SupportForm sup = new SupportForm();
            sup.ShowDialog();

            CreateACharacter();
        }
Ejemplo n.º 2
0
 private void btNewGame_Click(object sender, EventArgs e)
 {
     Function.SoundManager.PlayButtonSound();
     SupportForm sup = new SupportForm();
     sup.ShowDialog();
 }