I have a class where I use a timer. From another class, I create some threads and declare an instance of the class where I use the Timer. The problem is the Timer_Tick event doesn't execute any more.
Do you have any ideas why?
The timer works just fine if I don't use threads, so the problem is working with threads... Thank you.
The timer works just fine if I don't use threads, so the problem is working with threads... Thank you.