Beispiel #1
0
 public LocalFile(IWebPage webPage, string path)
 {
     this.webPage = webPage;
     this.path    = path;
     webPage.DownloadPage(path);
 }