D
**Developer**
Suppose I have Designer add a Forms.Timer
Then in the code I Enable=True
Later I Enable=False
Later I Enable=True
While the timer is disabled it is subject to garbage collection.
If GC happened, what happens when I set Enable=True after GC.
Then in the code I Enable=True
Later I Enable=False
Later I Enable=True
While the timer is disabled it is subject to garbage collection.
If GC happened, what happens when I set Enable=True after GC.