示例#1
0
 public ScannerData(string folder, BackgroundWorker worker)
 {
     this.folder  = folder;
     this.dialog  = new ScannerProgress(folder, worker);
     this.counter = 0;
     this.scanner = null;
 }
示例#2
0
 public ScannerData(string folder, BackgroundWorker worker)
 {
     this.folder = folder;
     this.dialog = new ScannerProgress(folder, worker);
     this.counter = 0;
     this.scanner = null;
 }