In my application I have a Timer
that counts down from X seconds
When the startup works without problems, the error comes when the form changes to the label where the remaining time loses its value.
I'm using inheritance of forms, the Timer
I have defined in the BASE
and they have to show all their HIJOS
moving by them and saving the remaining time.