I want to use a timer in my simple .NET application written in C#. The only one I can find is the Windows.Forms.Timer class. I don\'t want to reference this namespace just f
System.Diagnostics.Stopwatch if your goal is to time how long something takes to run