示例#1
0
 public ListViewActionListAdapter(ObjectListViewDesigner designer, DesignerActionList wrappedList)
     : base(wrappedList.Component)
 {
     this.designer    = designer;
     this.wrappedList = wrappedList;
 }
 public ListViewActionListAdapter(ObjectListViewDesigner designer, DesignerActionList wrappedList)
     : base(wrappedList.Component) {
     this.designer = designer;
     this.wrappedList = wrappedList;
 }