Exemplo n.º 1
0
 private void ConfigureGps()
 {
     using (FormGpsCfg form = new FormGpsCfg(_scanner.GpsControl))
     {
         //Show the cfg form
         form.ShowDialog(this);
     }
 }
Exemplo n.º 2
0
 private void ConfigureGps()
 {
     using (FormGpsCfg form = new FormGpsCfg(_scanner.GpsControl))
     {
         //Show the cfg form
         form.ShowDialog(this);
     }
 }