コード例 #1
0
 public CellRendererCustom( ICustomCellTreeView father )
 {
     this.Father = father;
     this.Mode   = CellRendererMode.Editable;
 }
コード例 #2
0
 public CellRendererCustom(ICustomCellTreeView father)
 {
     this.Father = father;
     this.Mode   = CellRendererMode.Editable;
 }