Esempio n. 1
0
 private void source_DownloadProgress(object sender, DownloadProgressEventArgs e)
 {
     if (this.DownloadProgress != null)
     {
         this.DownloadProgress(this, e);
     }
 }
Esempio n. 2
0
 private void OnDownloadProgress(DownloadProgressEventArgs e)
 {
     if (this.DownloadProgress != null)
     {
         this.DownloadProgress(this, e);
     }
 }
Esempio n. 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);
     }
 }