Esempio n. 1
0
 protected virtual void OnGpsCommState(GpsCommStateEventArgs e)
 {
     if (GpsCommState!=null) GpsCommState(this, e);
 }
Esempio n. 2
0
 private void gps_GpsCommState(object sender, OpenNetGps.GpsCommStateEventArgs e)
 {
     OnStateChanged(State2State(e.State));
 }