C# Countdown Timer Then Do Something - Stack Overflow
As there are couple Timer classes available (System. Windows. Forms. Timer, System. Threading. Timer and System. Timers. Timer) I will advice you to go with System. Timers. Timer. It provides Elapsed event, instead of Tick event. Thats what youre looking for.
more
|