예제 #1
0
 public CatalogPages(string catalogId, int count, int cacheSize)
 {
     CatalogId = catalogId;
     Count     = count;
     CacheSize = cacheSize;
     //if (System.Diagnostics.Debugger.IsAttached)
     //{
     isoStore.DeleteDiretory("Catalogs");
     isoStore.CreateDirectory("Catalogs/" + catalogId + "/view");
     //}
 }
예제 #2
0
        public static void ResetStorage()
        {
            IsoStorageHelper iso = new IsoStorageHelper();

            iso.DeleteDiretory(EtaSDK.Properties.Resources.CatalogBaseIsoFolder);
        }