ChangeLog 708 B

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