예제 #1
0
파일: GPS.cs 프로젝트: mendhak/gpstracka
 protected virtual void OnGpsCommState(GpsCommStateEventArgs e)
 {
     if (GpsCommState!=null) GpsCommState(this, e);
 }
예제 #2
0
 private void gps_GpsCommState(object sender, OpenNetGps.GpsCommStateEventArgs e)
 {
     OnStateChanged(State2State(e.State));
 }