private void ToolStripMenuItemFixApplication_Click(object sender, EventArgs e) { FixApplication fa = new FixApplication(); fa.ShowDialog(this); }