예제 #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();
        }
예제 #3
0
 public static void ClearCache()
 {
     StateInformation.ClearCache();
     var rs = new MockReceiptStore();
     foreach (var lic in _appLicenseInformation.ProductLicenses.Values)
     {
         lic.IsActive = false;
     }
     rs.ClearStore();
 }
예제 #4
0
 public static void ClearCache()
 {
     StateInformation.ClearCache();
     var rs = new MockReceiptStore();
     rs.ClearStore();
 }