protected virtual void OnGpsSentence(GpsSentenceEventArgs e) { if (GpsSentence != null) GpsSentence(this, e); }
private void gps_GpsSentence(object sender, OpenNetGps.GpsSentenceEventArgs e) { OnGpsSentence(new GpsSentenceEventArgs(e.Counter, e.Sentence)); }