System tray app that I wrote

DreamThrall

Newbie
Joined
Oct 14, 2003
Messages
3,483
Reaction score
0
If any of you developer types out there use the new version of Fog Creek's FogBugz project management system at work (version 6), I've created a system tray app that will let you start and stop the work timer on your cases from the system tray.

It is open source and available on CodePlex here:

http://www.codeplex.com/fogbugzworkingon

Even if you don't use FogBugz, it might be interesting to take a look at the code because I use all the new .NET features like LINQ, extension methods and the new anonymous constructors or whatever they're called.

EDIT: Also, please digg! http://digg.com/programming/Working_On_Tool_for_Fog_Creek_FogBugz_v6
 
Back
Top