Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ProductCategoryList.Add (new ProductCategorys () {Categoryid = 1, ProductCategoryName = "testname", ProductCategoryImage = UIImage.FromFile ( "productcat / maincat / testpic.jpg")});
  2.  
  3. Public override Boolean ShouldSelectItem (UICollectionView collectionView, NSIndexPath indexPath)
  4.  
  5. Public void DeleteItems (NSIndexPath [] indexPaths)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement