Пример #1
0
 /// <summary>
 /// This procedure add a way point to the <see cref="WptList"/> list.
 /// </summary>
 /// <param name="point">The <see cref="Wpt"/> object </param>
 public void AddWayPoint(Wpt point)
 {
     WptList.Add(point);
 }