Description :
Some Tips using Timer :
- Timer_Event will fire only after the Timer.Start() method is called.
- Interval property is used to set the interval between Timer_Event.
- Timer can be stopped either by disabling the Timer or calling the Stop() method.