Example #1
0
        void RefreshLicenseInfo()
        {
            license = LicenseManager.FindLicense();

            Components = new LicenseComponentFactory().CreateComponents(license.Details).ToList();

            CanExtendTrial = license.Details.IsTrialLicense;
        }
        void RefreshLicenseInfo()
        {
            license = LicenseManager.FindLicense();

            Components = new LicenseComponentFactory().CreateComponents(license.Details).ToList();

            CanExtendTrial = license.Details.IsTrialLicense;

            ExtendLicenseUrl = $"https://particular.net/license/nservicebus?t={(license.IsEvaluationLicense ? 0 : 1)}&p=servicecontrol";
        }