Ejemplo n.º 1
0
 /// <summary>
 /// Set things in motion so your service can do its work.
 /// </summary>
 protected override void OnStart(string[] args)
 {
     //start the updater thread.to check for updates of the specified app/service
     updater.StartUpdateChecking();
 }