Method | Description | |
---|---|---|
LicenseInstallForm ( ) : System |
Initialize a new instance of the form
|
|
ShowDialog ( |
Display the InstallLicense Dialog
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
GetLicenseProvider ( ) : |
Return the license provider to use
|
|
GetProductCode ( string licenseString ) : string |
Gets the product code from the license.
|
|
GetVersionCode ( string licenseString ) : string |
Gets the version code from the license.
|
|
InstallLicenseKey ( string key ) : bool |
Install the license key entered by the user
|
|
OnHelpButtonClick ( object sender, |
Handle Click event for the Help button
|
|
OnIgnoreButtonClick ( object sender, System e ) : void |
Handle Click event for the Ignore button
|
|
OnLicenceTextChanged ( object sender, |
Handle TextChanged event for the License Text button
|
|
OnOkButtonClick ( object sender, |
Handle Click event for the Ignore button
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected GetLicenseProvider ( ) : |
||
return |
protected static GetProductCode ( string licenseString ) : string | ||
licenseString | string | License code to decompose. |
return | string |
protected static GetVersionCode ( string licenseString ) : string | ||
licenseString | string | License code to decompose. |
return | string |
protected InstallLicenseKey ( string key ) : bool | ||
key | string | The key to install |
return | bool |
protected OnHelpButtonClick ( object sender, |
||
sender | object | Event source. |
e | An EventArgs containing the event data. | |
return | void |
protected OnIgnoreButtonClick ( object sender, System e ) : void | ||
sender | object | Event source. |
e | System | An EventArgs containing the event data. |
return | void |
protected OnLicenceTextChanged ( object sender, |
||
sender | object | Event source. |
e | An EventArgs containing the event data. | |
return | void |
protected OnOkButtonClick ( object sender, |
||
sender | object | Event source. |
e | An EventArgs containing the event data. | |
return | void |
public ShowDialog ( |
||
typeToLicence | Type to licence. | |
return |