예제 #1
0
파일: main.cs 프로젝트: GeEmS/ipoki
 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);
 }
예제 #2
0
파일: main.cs 프로젝트: jose91enrique/ipoki
 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);
 }