Example #1
0
 private void ShowNodes()
 {
     for (int i = 0; i < plannedManeuvers.Count; i++)
     {
         ManeuverNode thisNode = plannedManeuvers[i];
         thisNode.ShowNode();
     }
 }