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