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