示例#1
0
 private void DownloadInterrupt(DownloadInterruptedEventArgs e)
 {
     StopPackageDownload();
     DownloadInterrupted?.Invoke(e);
 }
示例#2
0
 private void DownloadInterrupt(DownloadInterruptedEventArgs e)
 {
     DownloadInterrupted?.Invoke(e);
 }