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