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