Ejemplo n.º 1
0
        //测试专用函数
        public void Test()
        {
            StartListener();
            GetNetworkStream();
            string format = Communicate();

            ReleaseAll();
            OLList.OnLined(new SmallUser("809924", "127.0.0.1", 8700));
            System.Console.WriteLine(serverFunc.DistributeTasks(format));
        }