예제 #1
0
 public Arc GetRouteByStartEnd(string start, string end)
 {
     return ArcList.Find(ar => ar.Start.Equals(start) && ar.End.Equals(end));
 }