- Timestamp:
- 03/05/08 02:12:44 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.Data
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data/HeuristicLab.Data.csproj
r40 r41 150 150 <Compile Include="IObjectData.cs" /> 151 151 <Compile Include="IObjectDataVisitor.cs" /> 152 <Compile Include="ItemList.cs" /> 153 <Compile Include="ItemListView.cs"> 154 <SubType>UserControl</SubType> 155 </Compile> 152 156 <Compile Include="ItemListView_T.cs"> 153 157 <SubType>UserControl</SubType> … … 157 161 </Compile> 158 162 <Compile Include="ItemList_T.cs"> 159 <SubType>UserControl</SubType>160 163 </Compile> 161 164 <Compile Include="MatrixDataBaseView.cs"> -
trunk/sources/HeuristicLab.Data/ItemList_T.cs
r40 r41 155 155 } 156 156 } 157 158 public class ItemList : ItemList<IItem> { }159 public class ItemListView : ItemListView<IItem> {160 public ItemListView() { }161 public ItemListView(ItemList itemList)162 : this() {163 ItemList = itemList;164 }165 }166 157 }
Note: See TracChangeset
for help on using the changeset viewer.