Exemplo n.º 1
0
 public override int GetItemsCount(UICollectionView collectionView, int section)
 {
     return(commonSource.RowsInSection(section));
 }
 public override int RowsInSection(UITableView tableview, int section)
 {
     return(commonSource.RowsInSection(section));
 }