Example #1
0
 private void StartDownLoadTask(DownloadTask task)
 {
     if (HasFreeThread())
     {
         task.DownloadNext();
     }
 }