Beispiel #1
0
        private void buttonOK_Click(object sender, EventArgs e)
        {
            StartScreenForm startScreenForm = new StartScreenForm();

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

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