[Solved] Delay in c# not thread.sleep [closed]
[ad_1] Yes, you can do the same thing in C#, but that is a very bad idea. This way of making a pause is called a busy loop, because it will make the main thread use as much CPU as possible. What you want to do instead is to set up a timer, and call … Read more