Exemplo n.º 1
0
 public void Connect(string host, int port)
 {
     this.communication = new CommunicationTCPIP(host, port);
 }
Exemplo n.º 2
0
 public VPJClient(string host, int port)
 {
     this.communication = new CommunicationTCPIP(host, port);
 }