Beispiel #1
0
 /// <summary>
 /// manually add the first task to the queue
 /// </summary>
 /// <param name="startLocation"></param>
 public void StartLocation(string startLocation)
 {
     _downloader.SeedWorkQueue(new HyperTextPointer(startLocation));
 }