Exemplo n.º 1
0
 public static void OpenCollection(string folderName)
 {
     CurrentCollection = new ImageCollection(folderName);
 }
Exemplo n.º 2
0
 public static void ExitCollection()
 {
     CurrentCollection.Exit();
     CurrentCollection = null;
 }