I have a Windows.Forms.Timer in my code, that I am executing 3 times. However, the timer isn\'t calling the tick function at all.
Windows.Forms.Timer
private int co
Check if your timer in properties is enabled. Mine was false and after setting to true it worked.