예제 #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();
        }