コード例 #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
ファイル: MainForm.cs プロジェクト: BottleMan/GetAllPicture
 public DownloadThread(string[] dList, string folderPath, GetPicEventHandler getPicEventHandler, Hashtable itemList)
 {
     this.downloadList = dList;
     this.savePath = folderPath;
     this.getPicEventHandler = getPicEventHandler;
     this.itemList = itemList;
 }