Пример #1
0
 public Gallery(IList <IGalleryItem> galleryItems, IGalleryItemFactory <TSourceItem> galleryItemFactory)
     : this(galleryItems)
 {
     GalleryItemFactory = galleryItemFactory;
 }
Пример #2
0
 public Gallery(IEnumerable <IGalleryItem> galleryItems, IGalleryItemFactory <TSourceItem> galleryItemFactory)
     : this(galleryItems)
 {
     GalleryItemFactory = galleryItemFactory;
 }