1
Answer

Visual Studio 2013 Timer C#

Alvin Eka

Alvin Eka

7y
205
1
how can i use timer to delay an code execution?
 
 
Answers (1)
1
Nithya Mathan

Nithya Mathan

NA 35.4k 42.5k 7y
First of all , you didn't ask the right question , i little bit confused with your question and i got one solution to execute your code in VS 2013 but adding the Thread.sleep() to slow down the execution of the code. 
I think that can't be possible to delay the execution of code by the compiler or the program.