Beispiel #1
0
 private bool CheckPath(City A, City B)
 {
     return(Pathfinder <City> .CheckPath(A, B));
 }