Ejemplo n.º 1
0
 /// <summary>
 /// Display a file picker, let the user select multiple images and then
 /// return them as a list of images.
 /// </summary>
 /// <returns>false if the selection was abandoned</returns>
 public static List <SnapsImage> PickImages()
 {
     return(manager.PickImages());
 }