Пример #1
0
 public BindableBaseAdapter()
 {
     this.itemCollection = new ItemCollection <TItem>(this);
     this.itemBinder     = new ViewBinder <TItem>();
 }
 public BindableBaseExpandableListAdapter()
 {
     this.subItemBinder = new ViewBinder <TSubItem>();
 }