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