c# delay seconds code example
Example 1: how to wait in c#
System.Threading.Thread.Sleep(Milliseconds);
Example 2: import time C#
using system.Threading //Thread.sleep
System.Threading.Thread.Sleep(Milliseconds);
using system.Threading //Thread.sleep