示例#1
0
 public LOSTreeListColumn(string fieldName, string caption, LOSTreeListColumnType columnType) : this(fieldName, caption)
 {
     this.ColumnType = columnType;
 }
示例#2
0
 public LOSTreeListColumn(string fieldName, LOSTreeListColumnType columnType) : this(fieldName)
 {
     this.ColumnType = columnType;
 }