public BackgroundWorker(FrameworkElement frameworkElement) { this.frameworkElement = frameworkElement; windowType = WorkerWindowType.WPF; }
public BackgroundWorker(Forms.Control control) { this.control = control; windowType = WorkerWindowType.Form; }