Exemplo n.º 1
0
 private void StartBackgroundWorker()
 {
     if (!backgroundWorker.IsBusy)
     {
         backgroundWorker.RunWorkerAsync();
     }
     if (!ImageUpdater.IsBusy)
     {
         ImageUpdater.RunWorkerAsync();
     }
 }