Esempio n. 1
0
 public void Setup()
 {
     _collection = new ImageCollection(Path.GetDirectoryName(FileLocator.GetFileDistributedWithApplication("ArtOfReadingIndexV3_en.txt")));
     //PictureCollection.AllowCollectionWithNoImageFolderForTesting = true; // before we load it!
     _collection.LoadIndex("en");
 }