예제 #1
0
 public void TesteTorrentClient()
 {
     TorrentClientAPI.StartItAll();
 }
예제 #2
0
 static void Main(string[] args)
 {
     TorrentClientAPI.StartItAll();
 }
예제 #3
0
 static void Main(string[] args)
 {
     TorrentClientAPI.StartItAll();
     Console.ReadKey();
 }