public CustomCellRendererToggle(ICheckBoxCellViewFrontend view)
 {
     this.view = view;
 }
 public CustomCellRendererToggle(ICheckBoxCellViewFrontend view)
 {
     this.view = view;
 }
Exemple #3
0
 public void CopyFrom(object other)
 {
     var ob = (CheckBoxTableCell)other;
     cellView = ob.cellView;
 }
Exemple #4
0
 public CheckBoxTableCell(ICheckBoxCellViewFrontend cellView)
     : this()
 {
     this.cellView = cellView;
 }
Exemple #5
0
        public void CopyFrom(object other)
        {
            var ob = (CheckBoxTableCell)other;

            cellView = ob.cellView;
        }
Exemple #6
0
 public CheckBoxTableCell(ICheckBoxCellViewFrontend cellView) : this()
 {
     this.cellView = cellView;
 }