| 12345678910111213141516171819202122232425 |
- 2004-06-15 Lluis Sanchez Gual <[email protected]>
- * Timer.cs: The timer thread must be a background thread.
- This fixes #58816.
- 2004-05-11 Gonzalo Paniagua Javier <[email protected]>
- * Timer.cs: if AutoReset, disable the timer before adding the callback
- to the ThreadPool. Patch by Tim Fries <[email protected]>. Fixes bug
- #57993.
- 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
- * Timer.cs: Elapsed is an event. Added a few attributes.
- 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
- * ChangeLog:
- * ElapsedEventArgs.cs:
- * ElapsedEventHandler.cs:
- * Timer.cs:
- * TimersDescriptionAttribute.cs: New files.
- Don't use timers yet. If you do, your program will never end.
|