示例#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();
        }