예제 #1
0
파일: Gallery.cs 프로젝트: hksonngan/Xian
 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;
 }