Ejemplo n.º 1
0
 private void InitializeScore()
 {
     TheScore     = new Score(ClientRectangle.Right - 400, 50);
     TheHighScore = new HighScore(ClientRectangle.Left + 25, 50);
     TheHighScore.Read();
 }