Ejemplo n.º 1
0
 protected GamesSectionItemHeader(GamesSectionType type, string title, bool supportsMore)
     : base(type)
 {
     this.Title        = title;
     this.SupportsMore = supportsMore;
 }
Ejemplo n.º 2
0
 protected GamesSectionItem(GamesSectionType type)
 {
     this.Type = type;
 }