Thread.Sleep() in C#

Thread.Sleep blocks your UI thread use System.Windows.Forms.Timer instead.

Leave a Comment