Пример #1
0
 public HighScores(FirstForm form)
 {
     InitializeComponent();
     leaderboard = new Leaderboard();
     this.form   = form;
 }