Beispiel #1
0
 private void satellite(GpsDevice gps)
 {
     Invoke(updateSatHandler);
 }
Beispiel #2
0
 private void location(GpsDevice gps)
 {
     Invoke(updatePosHandler);
 }