Code:
Public Class pcksrv
Protected Overrides Sub OnStart(ByVal args() As String)
' Add code here to start your service. This method should set things
' in motion so your service can do its work.
LogInfo("Stariting the service")
myClock.Enabled = True
End Sub
Protected Overrides Sub OnStop()
Leave a comment: