Ejemplo n.º 1
0
 public ClientHandler(TcpClient client, Server server, FormServer guiForm)
 {
     this.client  = client;
     stream       = client.GetStream();
     this.guiForm = guiForm;
     this.server  = server;
 }
Ejemplo n.º 2
0
 public Server(FormServer guiForm)
 {
     this.guiForm = guiForm;
 }