public __listen__readTcp(Tcp tcp, ref TcpClient tc) { _clientID = new Random().Next(1, 1024000); _tc = tc; _tcp = tcp; }