private void StartButtonClick(object sender, EventArgs e) { DifficultySelect ds = new DifficultySelect(); ds.Show(); this.Hide(); }
private void Button1_Click(object sender, EventArgs e) { DifficultySelect ds = new DifficultySelect(); ds.Show(); this.Close(); }