Ejemplo n.º 1
0
 public StoryNameList()
 {
     listItemStr = new List<string>();
     sections = new ListSectionCollection();
     this.SetListItemCreator(StoryNameListItem.Creator);
     this.SetListItemUpdater(ListItemUpdater);
     this.Sections = sections;
 }
Ejemplo n.º 2
0
 public StoryNameList()
 {
     listItemStr = new List <string>();
     sections    = new ListSectionCollection();
     this.SetListItemCreator(StoryNameListItem.Creator);
     this.SetListItemUpdater(ListItemUpdater);
     this.Sections = sections;
 }