Exemplo n.º 1
0
 private void cdfDownloading_DownloadProgressUpdate(PRoCon.Core.CDownloadFile cdfSender)
 {
     try
     {
         this.lblDownloadStatus.Text = cdfSender.GetLabelProgress();
     }
     catch (InvalidOperationException e)
     {
         // Handle exception
     }
 }
Exemplo n.º 2
0
 private void cdfDownloading_DownloadProgressUpdate(PRoCon.Core.CDownloadFile cdfSender)
 {
     this.lblDownloadStatus.Text = cdfSender.GetLabelProgress();
 }