Ejemplo n.º 1
0
 public CustomCellRendererText(ITextCellViewFrontend view)
 {
     this.view = view;
 }
Ejemplo n.º 2
0
 public CustomCellRendererText(ITextCellViewFrontend view)
 {
     this.view = view;
 }
Ejemplo n.º 3
0
 public void CopyFrom(object other)
 {
     var ob = (TextTableCell)other;
     cellView = ob.cellView;
 }
Ejemplo n.º 4
0
 public TextTableCell(ITextCellViewFrontend cellView)
 {
     this.cellView = cellView;
 }
Ejemplo n.º 5
0
        public void CopyFrom(object other)
        {
            var ob = (TextTableCell)other;

            cellView = ob.cellView;
        }
Ejemplo n.º 6
0
 public TextTableCell(ITextCellViewFrontend cellView)
 {
     this.cellView = cellView;
 }