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