Пример #1
0
 public BlogDownloader()
 {
     this.Websites = new List <Website>();
     this._rippers = new List <Ripper>();
     Downloader.GetInstance().DownloadFinished += new EventHandler(this.BlogDownloader_DownloadFinished);
 }