private void Prm_ProgressChanged(object sender, ProgressReportModel e) { progressBar1.Value = e.Percentage; ReportWebsiteInfo(e.sitesDownloaded); }