public void StopService() { pressenter?.Stop(); }
private void QuitItem_Click(object sender, EventArgs e) { pressenter.Stop(); notifyIcon.Visible = false; Application.Exit(); }