Esempio n. 1
0
		public RouteGraph()
		{
			pathFinder = new AStarShortestPathFinder(this);
		}
Esempio n. 2
0
 public RouteGraph()
 {
     pathFinder = new AStarShortestPathFinder(this);
 }