Beispiel #1
0
        private void btnLoadSettings_Click(object sender, EventArgs e)
        {
            LoadLicense ll = new LoadLicense();

            ll.FormClosing += new FormClosingEventHandler(ll_FormClosingLoadSettings);
            ll.ShowDialog();
        }
Beispiel #2
0
        private void btnLoad_Click(object sender, EventArgs e)
        {
            //VWALicenseManager.GetVWALicenseManager().LoadLicense(dlg.FileName);
            LoadLicense ll = new LoadLicense();

            ll.FormClosing += new FormClosingEventHandler(ll_FormClosing);
            ll.ShowDialog();
        }