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