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