Пример #1
0
 private void source_DownloadProgress(object sender, DownloadProgressEventArgs e)
 {
     if (this.DownloadProgress != null)
     {
         this.DownloadProgress(this, e);
     }
 }
Пример #2
0
 private void OnDownloadProgress(DownloadProgressEventArgs e)
 {
     if (this.DownloadProgress != null)
     {
         this.DownloadProgress(this, e);
     }
 }
Пример #3
0
 private void source_DownloadProgress(object sender, DownloadProgressEventArgs e)
 {
     if (this.DownloadProgress != null)
     {
         this.DownloadProgress(this, e);
     }
 }
 private void OnDownloadProgress(DownloadProgressEventArgs e)
 {
     if (this.DownloadProgress != null) {
         this.DownloadProgress(this, e);
     }
 }