private void formAToolStripMenuItem_Click(object sender, EventArgs e) { FormA aformA = new FormA(); aformA.Show(); }