maniac84
Full Member level 6
Hi guys,
Just wondering is there any other delay routine other than
in C#. I found out that the timing of
is different on every pc. Is there a delay routine which is more accurate and the same if use on any pc?
Just wondering is there any other delay routine other than
Code:
Thread.Sleep();
Code:
Thread.Sleep(700);