예제 #1
0
 public static ThemeGalleryItem CreateThemeGalleryItem(int ID)
 {
     ThemeGalleryItem themeGalleryItem = new ThemeGalleryItem();
     themeGalleryItem.Id = ID;
     return themeGalleryItem;
 }
예제 #2
0
 public void AddToThemeGallery(ThemeGalleryItem themeGalleryItem)
 {
     base.AddObject("ThemeGallery", themeGalleryItem);
 }