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"); //} }
public static void ResetStorage() { IsoStorageHelper iso = new IsoStorageHelper(); iso.DeleteDiretory(EtaSDK.Properties.Resources.CatalogBaseIsoFolder); }