Exemplo n.º 1
0
        private void buttonOK_Click(object sender, EventArgs e)
        {
            StartScreenForm startScreenForm = new StartScreenForm();

            startScreenForm.Show();
            this.Close();
        }
Exemplo n.º 2
0
        private void buttonOK_Click(object sender, EventArgs e)
        {
            PlayerData.AddQuestion(traitName.Text, PlayerData.newAnimal);
            StartScreenForm startScreenForm = new StartScreenForm();

            startScreenForm.Show();
            this.Close();
        }