示例#1
0
 public FillThread(Control objectChooser, CatalogType resourceType
                   , AddCallBack createListViewItemCB
                   , MainForm.updateProgressCallback updateProgressCB
                   , stopFillingCallback stopFillingCB
                   , fillingCompleteCallback fillingCompleteCB
                   )
 {
     this.control           = objectChooser;
     this.resourceType      = resourceType;
     this.addCB             = createListViewItemCB;
     this.updateProgressCB  = updateProgressCB;
     this.stopFillingCB     = stopFillingCB;
     this.fillingCompleteCB = fillingCompleteCB;
 }
示例#2
0
 public FillThread(Control objectChooser, CatalogType resourceType
     , AddCallBack createListViewItemCB
     , MainForm.updateProgressCallback updateProgressCB
     , stopFillingCallback stopFillingCB
     , fillingCompleteCallback fillingCompleteCB
     )
 {
     this.control = objectChooser;
     this.resourceType = resourceType;
     this.addCB = createListViewItemCB;
     this.updateProgressCB = updateProgressCB;
     this.stopFillingCB = stopFillingCB;
     this.fillingCompleteCB = fillingCompleteCB;
 }