예제 #1
0
 public static void OpenCollection(string folderName)
 {
     CurrentCollection = new ImageCollection(folderName);
 }
예제 #2
0
 public static void ExitCollection()
 {
     CurrentCollection.Exit();
     CurrentCollection = null;
 }