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

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