private void btnLoadSettings_Click(object sender, EventArgs e) { LoadLicense ll = new LoadLicense(); ll.FormClosing += new FormClosingEventHandler(ll_FormClosingLoadSettings); ll.ShowDialog(); }
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(); }