private void mnuSoftLicense_Click(object sender, EventArgs e) { frmLicense oFrmLicense = new frmLicense(); oFrmLicense.ShowDialog(); }