コード例 #1
0
        }        //end method

        /// <summary>
        /// Adds a waypoint location to the origin set
        /// </summary>
        /// <param name="destination"></param>
        public void AddOrigin(Location destination)
        {
            WaypointsOrigin.Add(destination);
        }
コード例 #2
0
        }        //end method

        /// <summary>
        ///
        /// </summary>
        /// <param name="destination"></param>
        public void AddOrigin(Waypoint destination)
        {
            WaypointsOrigin.Add(WaypointsOrigin.Count, destination);
        }