Пример #1
0
 public GpsDeviceCSharp()
 {
     this.gpsPort = new SerialPort();
     this.nmeaParser = new NmeaParser();
 }
Пример #2
0
 public GpsDeviceCSharp()
 {
     this.gpsPort    = new SerialPort();
     this.nmeaParser = new NmeaParser();
 }