Exemplo n.º 1
0
        private void Playbtn_Click(object sender, EventArgs e)
        {
            this.Hide();
            AdventureGame newForm = new AdventureGame(plyr);

            newForm.ShowDialog();
            this.Close();
        }
 static void Main(string[] args)
 {
     AdventureGame mainGame = new AdventureGame();
 }