Ejemplo n.º 1
0
			public OwnerDrawnCellView(OwnerDrawnElement element)
			{
				Element = element;
			}
Ejemplo n.º 2
0
			public OwnerDrawnCell(OwnerDrawnElement element, UITableViewCellStyle style, string cellReuseIdentifier) : base(style, cellReuseIdentifier, element)
			{
				Element = element;
			}