Пример #1
0
        public static void ClearCache()
        {
            StateInformation.ClearCache();
            var rs = new MockReceiptStore();

            rs.ClearStore();
        }
Пример #2
0
        public static void ClearCache()
        {
            StateInformation.ClearCache();
            var rs = new MockReceiptStore();

            foreach (var lic in _appLicenseInformation.ProductLicenses.Values)
            {
                lic.IsActive = false;
            }
            rs.ClearStore();
        }