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