public GpsAutoDiscoveryEventArgs(States state,string gpsport,OpenNETCF.IO.Serial.BaudRates gpsbauds)
 {
     this.state=state;
     this.gpsport=gpsport;
     this.gpsbauds=gpsbauds;
 }
Exemple #2
0
 public GpsAutoDiscoveryEventArgs(States state, string gpsport, OpenNETCF.IO.Serial.BaudRates gpsbauds)
 {
     this.state    = state;
     this.gpsport  = gpsport;
     this.gpsbauds = gpsbauds;
 }