Inheritance: System.ServiceProcess.ServiceBase
Example #1
0
 protected override void OnStart(string[] args)
 {
     ServiceWrapper.Start();
 }
Example #2
0
 protected override void OnStop()
 {
     ServiceWrapper.Stop();
 }