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

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