Ejemplo n.º 1
0
 public ListViewActionListAdapter(ObjectListViewDesigner designer, DesignerActionList wrappedList)
     : base(wrappedList.Component)
 {
     this.designer    = designer;
     this.wrappedList = wrappedList;
 }
Ejemplo n.º 2
0
 public ListViewActionListAdapter(ObjectListViewDesigner designer, DesignerActionList wrappedList)
     : base(wrappedList.Component) {
     this.designer = designer;
     this.wrappedList = wrappedList;
 }