|
Chronos Plugins 5.11.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Mock plugin specific license checker. More...
Public Member Functions | |
| override string | CheckLicense () |
| Public Member Functions inherited from AxelSemrau.Chronos.Plugin.LicenseCheckerAttribute | |
| string | CheckLicense () |
| Do the license check. | |
Private Member Functions | |
| bool | LicenseAlreadyOk () |
| Check if we have some persistantly saved license state, and this state is ok. | |
Mock plugin specific license checker.
Shows a license check dialog, but continues no matter the input.
Definition at line 18 of file LicenseCheck.cs.
| override string MockPlugin.Misc.MockLicenseCheckAttribute.CheckLicense | ( | ) |
Definition at line 20 of file LicenseCheck.cs.
References AxelSemrau.Chronos.Plugin.Helpers.Debug, LicenseAlreadyOk(), AxelSemrau.Chronos.Plugin.IDebugHelper.TraceWrite(), and AxelSemrau.Chronos.Plugin.Helpers.UtilityFactories.
|
private |
Check if we have some persistantly saved license state, and this state is ok.
Referenced by CheckLicense().