Wait without Timer

  • Thread starter Thread starter Eddie
  • Start date Start date
* "Eddie said:
How may I wait x seconds before continue execution without using timer and a
loop ?

\\\
System.Threading.Thread.Sleep(2000)
///
 
Back
Top