Example #1
0
 private void RefreshTopGamerList()
 {
     ListOfTopGamers = ListOfTopGamers.OrderByDescending(s => s.Score).Take(5).ToList();
 }