コード例 #1
0
        static void Main(string[] args)
        {
            UdpServer worker = new UdpServer();

            worker.Start();

            Console.ReadLine();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: Resul134/ClassDemoEchoUDP
        static void Main(string[] args)
        {
            UdpServer worker = new UdpServer();

            worker.Start();
        }