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