private void mnuAbout_Click(object sender, EventArgs e) { frmAbout fa = new frmAbout(); fa.ShowDialog(); }