protected virtual void OnDownloadStarted(DownloadEventArgs e)
 {
     DownloadStarted?.Invoke(this, e);
 }
Beispiel #2
0
 private void DownloadManager_DownloadStarted(object sender, DownloadEventArgs e)
 {
 }