private void MainMenu_FormClosed(object sender, FormClosedEventArgs e) { if (client != null) { client.SendQAIFEXIT(name); threadcl.Abort(); } }