示例#1
0
 static void Main(string[] args)
 {
     TcpServer pippo = new TcpServer(8888);
 }
示例#2
0
文件: Program.cs 项目: sharpnado/PPC4
 static void Main(string[] args)
 {
     TcpServer pippo = new TcpServer(8888);
 }