Ejemplo n.º 1
0
 public BomBomClient()
 {
     this.commandRepository = new CommandRepository();
     this.tcpClient         = new TcpClient();
 }
Ejemplo n.º 2
0
 public BomBomClient()
 {
     this.commandRepository = new CommandRepository();
     this.tcpClient = new TcpClient();
 }