Exemple #1
0
 private void mnuSoftLicense_Click(object sender, EventArgs e)
 {
     frmLicense oFrmLicense = new frmLicense();
     oFrmLicense.ShowDialog();
 }
Exemple #2
0
        private void mnuSoftLicense_Click(object sender, EventArgs e)
        {
            frmLicense oFrmLicense = new frmLicense();

            oFrmLicense.ShowDialog();
        }