示例#1
0
 internal TCPServer(ServerController controller) : this()
 {
     this.controller = controller;
 }
示例#2
0
 internal TCPClient(ServerController controller) : this()
 {
     this.controller = controller;
 }