for (int i = 1; i < 10; i++) { Console.WriteLine("{0}:Count:{1}", Thread.CurrentThread.Name, i); Thread.Sleep(500); }
Login to post response