Example #1
0
			public CustomOwnerDrawnCell(CustomOwnerDrawnElement element, UITableViewCellStyle style, string cellReuseIdentifier) : base(style, cellReuseIdentifier)
			{
				Element = element;
			}
Example #2
0
			public OwnerDrawnCellView(CustomOwnerDrawnElement element, CustomOwnerDrawnCell cell)
			{
				this.element = element;
				this.cell = cell;
			}