Ejemplo n.º 1
0
 private void refreshButton_Click(object sender, EventArgs e)
 {
     using (var progressIndicator = new RefreshDevicesProgressIndicator())
     {
         routeGpsDevice.DataSource = null;
         routeGpsDevice.Items.Clear();
         SupportedImportFormatManager.StartRefreshGPSDevices();
         progressIndicator.ShowDialog();
         SearchForGPSDevices();
     }
 }
Ejemplo n.º 2
0
 private void refreshButton_Click(object sender, EventArgs e)
 {
     using (var progressIndicator = new RefreshDevicesProgressIndicator())
       {
     routeGpsDevice.DataSource = null;
     routeGpsDevice.Items.Clear();
     SupportedImportFormatManager.StartRefreshGPSDevices();
     progressIndicator.ShowDialog();
     SearchForGPSDevices();
       }
 }