Пример #1
0
        static void Main(string[] args)
        {
            UdpServer worker = new UdpServer();

            worker.Start();

            Console.ReadLine();
        }
Пример #2
0
        static void Main(string[] args)
        {
            UdpServer worker = new UdpServer();

            worker.Start();
        }