private void ConfigureGps() { using (FormGpsCfg form = new FormGpsCfg(_scanner.GpsControl)) { //Show the cfg form form.ShowDialog(this); } }