Esempio n. 1
0
 public void DownloadContent(NewsParser parser, string htmlPage)
 {
     Text = parser.ParseTextOfNews(htmlPage);
 }