Computer Science, asked by kumarsharwan1094, 4 months ago


which code block controls
one event to occur
after 5 secs​

Answers

Answered by Anonymous
1

Answer:

The following code will use the Timer class to raise an event every 5 seconds, Timer timer1 = new Timer. { Interval = 5000.}

Explanation:

Similar questions