Exemplo n.º 1
0
 public HighScores()
 {
     InitializeComponent();
     score = new List <Score>(11);
     form  = null;
 }
Exemplo n.º 2
0
 public HighScores(GameOverForm f)
 {
     InitializeComponent();
     score = new List <Score>(11);
     form  = f;
 }