Exemplo n.º 1
0
 void Bind(Friend friend, UICollectionViewFriendCell cell)
 {
     cell.AvatarUrl = friend.Photo;
     cell.Name      = friend.Name;
 }
Exemplo n.º 2
0
		void Bind(Friend friend, UICollectionViewFriendCell cell)
		{
			cell.AvatarUrl = friend.Photo;
			cell.Name = friend.Name;
		}