Exemplo n.º 1
0
 public void StartAsync()
 {
     Trace.Assert(ProgressReport.IsBusy == false);
     Device.Settings.IsToMonitorTemperature.Value = false;
     Device.IsUpdatingFirmware = true;
     IsBusy     = true;
     IsCanceled = false;
     ProgressReport.RunWorkerAsync();
 }