コード例 #1
0
 public override int NumberOfSections(UICollectionView collectionView)
 {
     return(commonSource.NumberOfSections());
 }
コード例 #2
0
 public override int NumberOfSections(UITableView tableView)
 {
     return(commonSource.NumberOfSections());
 }