S
S
Sergey Polyntsev2014-03-09 12:06:07
Programming
Sergey Polyntsev, 2014-03-09 12:06:07

How to implement time delay in C#?

Hello everyone) How can I implement a time delay?
PS I'm writing in Visual Studio, Windows Form application, C# language
PPS It was possible to write Sleep(1000) in C, for example, but I need the same effect, but in Sharpe!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene, 2014-03-09
@The_Chemis

System.Threading.Thread.Sleep()

G
gleb_kudr, 2014-03-09
@gleb_kudr

It is better to use Timer instead of slips

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question