static void Main(string[] args) { UdpServer worker = new UdpServer(); worker.Start(); Console.ReadLine(); }
static void Main(string[] args) { UdpServer worker = new UdpServer(); worker.Start(); }