Ejemplo n.º 1
0
 public override void init()             // throws GpsException
 {
     m_appLayer = new NmeaProtoAppLayer();
     Thread.Sleep(100);
 }
Ejemplo n.º 2
0
 // throws GpsException
 public override void init()
 {
     m_appLayer = new NmeaProtoAppLayer();
     Thread.Sleep(100);
 }