private void GUI_FormClosing(object sender, FormClosingEventArgs e) { notifyIcon.Visible = false; tcpServer.FinalShutdown(); Environment.Exit(0); }