private void constructorButton_Click(object sender, EventArgs e) { highScore = new HighScore(); number++; constructorLabel.Text = "High Score Initialized"; }