Archive

Archive for July, 2008

Timers

July 10th, 2008 admin 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).

stopwatch

For those who are interested in the sourcecode:

sources

Categories: C# Tags: