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
It is recommended to not to use System.Timer's Timer class.
System.Timer