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