James Fator

Time Tracking Program in C#

28 August 2012

I was approached by my co-worker today wondering if I could throw together a program that tracks how long a computer is being used for. I threw something together in C# fairly quickly that checks how long you've been on the computer and compiles it into an easily parse-able file to be used in data-bases and such. Fun experience.