public ClientHandler(TcpClient client, Server server, FormServer guiForm) { this.client = client; stream = client.GetStream(); this.guiForm = guiForm; this.server = server; }
public Server(FormServer guiForm) { this.guiForm = guiForm; }