Exemplo n.º 1
0
 public void ResetStatNode(StationNode StatNode)
 {
     this.StatNode = StatNode;
 }
Exemplo n.º 2
0
 public StationNeighborCost(StationNode StatNode)
 {
     this.StatNode = StatNode;
     ChildNodes    = new List <KeyValuePair <FindTheShortestWay.StationNode, int> >();
     IsSearch      = false;
 }