Timer problem in C#
See the question and my original answer on StackOverflowTimer.Start() does nothing if the timer is already Enabled. It's not some kind of a "Restart". So, the timer2.Start() at 12:16:57 does nothing.
Timer.Start() does nothing if the timer is already Enabled. It's not some kind of a "Restart". So, the timer2.Start() at 12:16:57 does nothing.