示例#1
0
 public DownloadThread(string[] dList, string folderPath, GetPicEventHandler getPicEventHandler, Hashtable itemList)
 {
     this.downloadList       = dList;
     this.savePath           = folderPath;
     this.getPicEventHandler = getPicEventHandler;
     this.itemList           = itemList;
 }
示例#2
0
 public DownloadThread(string[] dList, string folderPath, GetPicEventHandler getPicEventHandler, Hashtable itemList)
 {
     this.downloadList = dList;
     this.savePath = folderPath;
     this.getPicEventHandler = getPicEventHandler;
     this.itemList = itemList;
 }