예제 #1
0
 public void Defer(DownloadTask task)
 {
     tasks.Remove(task);
     if (task.Defer())
     {
         tasks.Add(task);
     }
 }