예제 #1
0
 public bool Passable(int from, int to, int dist, Func <Province, Province, int> dif) => provinces.Passable(from, to, dist, dif);
예제 #2
0
 public bool Passable(int from, int to) => provinces.Passable(from, to);