static void Main(string[] args)
        {
            async.testAsync ins = new async.testAsync();
            ins.runAsyncModern2();

            Console.WriteLine("Press any key to exit");
            Console.ReadLine();
        }
Example #2
0
        static void Main(string[] args)
        {
            async.testAsync ins = new async.testAsync();
            ins.runAsyncModern2();


            Console.WriteLine("Press any key to exit");
            Console.ReadLine();
        }