示例#1
0
 internal static void CreateAndShowDialog()
 {
     using (LicenseForm f = new LicenseForm())
         f.ShowDialog();
 }
示例#2
0
 private void licenseToolStripMenuItem_Click(object sender, EventArgs e)
 {
     LicenseForm.CreateAndShowDialog();
 }