Exemple #1
0
 public HighScoresList(HighScores hisc)
 {
     InitializeComponent();
     hs = hisc;
     FillListView(hs.playersList);
 }