Hi, I'm creating timers(System.Timers.Timer) at runtime. This workf fine and the tick event runs perfect to.
The problem is that i can not name the timer thats created. The reason i need to name them is because there are several timers running so i need them naming so that i can stop the ones i want.
Thanks for any help
The problem is that i can not name the timer thats created. The reason i need to name them is because there are several timers running so i need them naming so that i can stop the ones i want.
Thanks for any help