Free cookie consent management tool by TermsFeed Policy Generator

Changeset 41


Ignore:
Timestamp:
03/05/08 02:12:44 (16 years ago)
Author:
swagner
Message:

Worked on ticket #41

  • moved specific classes ItemList and ItemListView into separate files
Location:
trunk/sources/HeuristicLab.Data
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/HeuristicLab.Data.csproj

    r40 r41  
    150150    <Compile Include="IObjectData.cs" />
    151151    <Compile Include="IObjectDataVisitor.cs" />
     152    <Compile Include="ItemList.cs" />
     153    <Compile Include="ItemListView.cs">
     154      <SubType>UserControl</SubType>
     155    </Compile>
    152156    <Compile Include="ItemListView_T.cs">
    153157      <SubType>UserControl</SubType>
     
    157161    </Compile>
    158162    <Compile Include="ItemList_T.cs">
    159       <SubType>UserControl</SubType>
    160163    </Compile>
    161164    <Compile Include="MatrixDataBaseView.cs">
  • trunk/sources/HeuristicLab.Data/ItemList_T.cs

    r40 r41  
    155155    }
    156156  }
    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   }
    166157}
Note: See TracChangeset for help on using the changeset viewer.