Ejemplo n.º 1
0
        private void GPSCoordsUpdated(object sender, CoordinateChangeEventArgs p_event)

        {        // Event for receiving data
            // Read the buffer to text box.
            m_coLastGPSFix = p_event.CurrentPosition;

            this.Invoke(new EventHandler(DoUpdate));
        }
Ejemplo n.º 2
0
        private void GPSCoordsUpdated(object sender, CoordinateChangeEventArgs p_event)
        {
            // Event for receiving data

            // Read the buffer to text box.
            m_coLastGPSFix = p_event.CurrentPosition;

            this.Invoke(new EventHandler(DoUpdate));
        }