Beispiel #1
0
 public static Track FindTrackWithId(string id)
 {
     return(AllTracks.FirstOrDefault(t => id.Equals(t.ID.ToString())));
 }