Esempio n. 1
0
 public void SetWorker(UploaderWorker w)
 {
     worker = w;
     thread = null;
     thread = new Thread(new ThreadStart(w.Run));
 }
Esempio n. 2
0
 public void SetWorker(UploaderWorker w)
 {
     worker = w;
     thread = null;
     thread = new Thread(new ThreadStart(w.Run));
 }