private void btnExit_Click(object sender, EventArgs e) { Form exitform = new ExitEvent(); exitform.Show(); }