Ejemplo n.º 1
0
 public void LinkWayPoints(Road other)
 {
     WPContainer.LinkWayPoints(other);
 }
Ejemplo n.º 2
0
 public RoadArray(int length)
 {
     array  = new Road[length];
     Length = 0;
 }