Пример #1
0
 public bool PlacesOnHighScore(TimeSpan TS)
 {
     return(HighScoreList.Any(x => x.TimeSpan > TS));
 }