Exemplo n.º 1
0
 public BackgroundWorker(FrameworkElement frameworkElement)
 {
     this.frameworkElement = frameworkElement;
     windowType = WorkerWindowType.WPF;
 }
Exemplo n.º 2
0
 public BackgroundWorker(Forms.Control control)
 {
     this.control = control;
     windowType  = WorkerWindowType.Form;
 }