示例#1
0
 public BomBomClient()
 {
     this.commandRepository = new CommandRepository();
     this.tcpClient         = new TcpClient();
 }
示例#2
0
 public BomBomClient()
 {
     this.commandRepository = new CommandRepository();
     this.tcpClient = new TcpClient();
 }