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