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