示例#1
0
文件: frmMain.cs 项目: uwitec/gvms
 private void mnuSoftLicense_Click(object sender, EventArgs e)
 {
     frmLicense oFrmLicense = new frmLicense();
     oFrmLicense.ShowDialog();
 }
示例#2
0
        private void mnuSoftLicense_Click(object sender, EventArgs e)
        {
            frmLicense oFrmLicense = new frmLicense();

            oFrmLicense.ShowDialog();
        }