Ejemplo n.º 1
0
 public LOSTreeListColumnCollection(MVCxTreeListColumnCollection columns, System.Web.Mvc.ModelMetadata modelMetadata, ViewContext viewContext) : this(columns)
 {
     this.modelMetadata = modelMetadata;
     this.viewContext   = viewContext;
 }
Ejemplo n.º 2
0
 public LOSTreeListColumnCollection(MVCxTreeListColumnCollection columns) : base(null)
 {
     this.Collection = columns;
 }