Example #1
0
 private static void QueueWindow_QueueStartRequested(object?sender, DownloadListEventArgs e)
 {
     ApplicationContext.CoreService?.ResumeNonInteractiveDownloads(e.Downloads);
 }
Example #2
0
 private static void QueueWindow_QueueStopRequested(object?sender, DownloadListEventArgs e)
 {
     ApplicationContext.CoreService?.StopDownloads(e.Downloads, true);
 }