This commit is contained in:
2022-08-17 00:34:29 +00:00
parent e6c739658a
commit 938c57f9a9
2 changed files with 2 additions and 11 deletions

View File

@@ -58,15 +58,7 @@ namespace AyaNova.Core
//This feature name means it's a trial key
private const string TRIAL_FEATURE_NAME = "TrialMode";
//This feature name means it's a SAAS or rental mode key for month to month hosted service
// private const string RENTAL_FEATURE_NAME = "Subscription";
//Trial key magic number for development and testing, all other guids will be fully licensed
// private static Guid TEST_TRIAL_KEY_DBID = new Guid("{A6D18A8A-5613-4979-99DA-80D07641A2FE}");
//Current license key, can be empty
private static AyaNovaLicenseKey _ActiveLicense = new AyaNovaLicenseKey();