예제 #1
0
 public CustomCellRendererImage(ApplicationContext actx, IImageCellViewFrontend view)
 {
     this.actx = actx;
     this.view = view;
 }
예제 #2
0
        public void CopyFrom(object other)
        {
            var ob = (ImageTableCell)other;

            cellView = ob.cellView;
        }
예제 #3
0
 public ImageTableCell(IImageCellViewFrontend cellView)
 {
     this.cellView = cellView;
 }
예제 #4
0
 public void CopyFrom(object other)
 {
     var ob = (ImageTableCell)other;
     cellView = ob.cellView;
 }
예제 #5
0
 public ImageTableCell(IImageCellViewFrontend cellView)
 {
     this.cellView = cellView;
 }
예제 #6
0
 public CustomCellRendererImage(ApplicationContext actx, IImageCellViewFrontend view)
 {
     this.actx = actx;
     this.view = view;
 }