コード例 #1
0
 protected override void OnStop()
 {
     ServiceAHost.StopService();
 }
コード例 #2
0
 static void JerichoServiceInitializer_OnGuiOrConsoleStart(object sender, JerichoServiceEventArgs e)
 {
     ServiceAHost.StartService();
 }
コード例 #3
0
 protected override void OnStart(string[] args)
 {
     ServiceAHost.StartService();
 }