How to set the Application Version dynamically
Overview
QLM License Wizard standalone executable
QLM License Wizard User Control
QlmLicenseWizard lw = new QlmLicenseWizard(true, false);
if (lw.LoadSettings(settingsFile, out lwErrorMsg) == true)
{
lw.qlmWizardControl.QlmApplicationVersion = "1.2";
lw.qlmWizardControl.PostInitialize();
lw.ShowDialog();
}QLM License Object
Last updated