Example #1
0
 protected override void OnStop()
 {
     AppServiceThread.Stop();
 }
Example #2
0
 private static void mnuExit_Click(object sender, EventArgs e)
 {
     AppServiceThread.Stop();
     TrayIcon.Visible = false;
     Application.Exit();
 }