コード例 #1
0
 void DownloadProgressChanged(object src, DownloadProgressChangedEventArgs e)
 {
     _notifier.DownloadProgress(e.ProgressPercentage);
 }