コード例 #1
0
ファイル: BomBomClient.cs プロジェクト: boo1ean/bom-bom
 public BomBomClient()
 {
     this.commandRepository = new CommandRepository();
     this.tcpClient         = new TcpClient();
 }
コード例 #2
0
ファイル: BomBomClient.cs プロジェクト: dv00d00/hackaton
 public BomBomClient()
 {
     this.commandRepository = new CommandRepository();
     this.tcpClient = new TcpClient();
 }