Beispiel #1
0
 void gps_DeviceStateChanged(object sender, DeviceStateChangedEventArgs args)
 {
     device = args.DeviceState;
     // call the UpdateData method via the updateDataHandler so that we
     // update the UI on the UI thread
     Invoke(updateDataHandler);
 }
Beispiel #2
0
 void gps_DeviceStateChanged(object sender, DeviceStateChangedEventArgs args)
 {
     device = args.DeviceState;
     // call the UpdateData method via the updateDataHandler so that we
     // update the UI on the UI thread
     Invoke(updateDataHandler);
 }