private void mnuAboutUS_Click(object sender, EventArgs e) { frmAboutUS oFrmAboutUS = new frmAboutUS(); oFrmAboutUS.ShowDialog(); }