コード例 #1
0
ファイル: Program.cs プロジェクト: henrydem/yongfa365doc
        //http://www.cnblogs.com/huangxincheng/category/368987.html
        static void Main()
        {
            //AboutNet4.Run();
               // AboutThread.RunSuccess();

            StockConcurrent cls = new StockConcurrent();
            cls.Run();
        }
コード例 #2
0
        //http://www.cnblogs.com/huangxincheng/category/368987.html
        static void Main()
        {
            //AboutNet4.Run();
            // AboutThread.RunSuccess();

            StockConcurrent cls = new StockConcurrent();

            cls.Run();
        }