internal static void CreateAndShowDialog() { using (LicenseForm f = new LicenseForm()) f.ShowDialog(); }
private void licenseToolStripMenuItem_Click(object sender, EventArgs e) { LicenseForm.CreateAndShowDialog(); }