Quote:
quote:Originally posted by dparsons
Are you handling the tick event of the timer in the service?
|
yes... timer is inserted to service.cs file which is service.
in partial class of this service is line:
this.myTimer.Tick += new System.EventHandler(this.myTimer_Tick);