private void testToolStripMenuItem_Click(object sender, EventArgs e) { FormTest testForm = new FormTest(); testForm.ShowDialog(); }