Exemple #1
0
        private void NewPlayer()
        {
            SupportForm sup = new SupportForm();
            sup.ShowDialog();

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