コード例 #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();
        }