Timers
July 10th, 2008
No comments
As I ran into a problem with showing progress in an
application properly, I decided to create a stopwatch
to get the feeling how to use the Timer object (from
the System.Timers namespace).

For those who are interested in the sourcecode:
Categories: C#