C# Class Z.Expressions.EvalManager

Mostra file Open project: zzzprojects/Eval-Expression.NET

Public Methods

Method Description
AddLicense ( string licenseName, string licenseKey ) : void

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-expression.net/).

Private Methods

Method Description
EvalManager ( ) : System.Runtime.Caching

Static constructor.

Method Details

AddLicense() public static method

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-expression.net/).
public static AddLicense ( string licenseName, string licenseKey ) : void
licenseName string The license name.
licenseKey string The license key.
return void