Beispiel #1
0
 //Find system that table goes with
 public PinballSystem FindSystem(PinballTable table)
 {
     return(SystemList.Single(x => x.Name == table.System));
 }