static void Main(string[] args) { ServerTcpWorker tcpW = new ServerTcpWorker(); tcpW.Listen(); Console.ReadKey(); }