示例#1
0
 private void ShowHighScoreLabel()
 {
     highScoreLabel.Text    = "High Score: " + highScores.GetHighScore();
     highScoreLabel.Visible = true;
     highScoreLabel.BringToFront();
 }