Hello,
i have a problem with a timer , on my program i have 2 different classes under the same namespace
when i start the timer from the form class, the tick event happen on the elapsed interval.
but when i call the timer from the other class the tick event never happen.
I’m sending the timer as a parameter on a function of the other class
any idea why the timer event doesn’t work
Thanks