public HighScores() { InitializeComponent(); score = new List <Score>(11); form = null; }
public HighScores(GameOverForm f) { InitializeComponent(); score = new List <Score>(11); form = f; }