Ejemplo n.º 1
0
 private void Accept(TcpClient tcpClient)
 {
     ClientManager.GetInstance().AddClient(tcpClient);
 }
Ejemplo n.º 2
0
 private void close()
 {
     ClientManager.GetInstance().RemoveClient(this);
     this._stream.Dispose();
 }