Exemplo n.º 1
0
 public LOSTreeListColumn(string fieldName, string caption, LOSTreeListColumnType columnType) : this(fieldName, caption)
 {
     this.ColumnType = columnType;
 }
Exemplo n.º 2
0
 public LOSTreeListColumn(string fieldName, LOSTreeListColumnType columnType) : this(fieldName)
 {
     this.ColumnType = columnType;
 }