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