Пример #1
0
 public void StopService()
 {
     pressenter?.Stop();
 }
Пример #2
0
 private void QuitItem_Click(object sender, EventArgs e)
 {
     pressenter.Stop();
     notifyIcon.Visible = false;
     Application.Exit();
 }