Beispiel #1
0
 public void SetFilePriority(int index, int priority)
 {
     handle.SetFilePriority(index, priority);
 }
 public void StopDownload()
 {
     handle.SetFilePriority(fileindex, 0);
 }