Ejemplo n.º 1
0
 static BackgroundExtension()
 {
     Backgrounds = MediaLibrary.GetImages(filename => filename.StartsWith("background"))
                   .ToList();
 }