5 lines
102 B
C#
5 lines
102 B
C#
|
using AxibugTransfer.Tcp;
|
|||
|
|
|||
|
new TcpTransfer(80, "Your IP", 8080, true).Start();
|
|||
|
|
|||
|
Console.ReadLine();
|