Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/22/10 05:14:39 (14 years ago)
Author:
swagner
Message:

Worked on the refactoring of saving and loading items (#990)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemListView.cs

    r3456 r3483  
    3535  [Content(typeof(ItemList<>), true)]
    3636  [Content(typeof(IItemList<>), false)]
    37   public partial class ItemListView<T> : AsynchronousContentView where T : class, IItem {
     37  public partial class ItemListView<T> : ItemView where T : class, IItem {
    3838    protected TypeSelectorDialog typeSelectorDialog;
    3939
Note: See TracChangeset for help on using the changeset viewer.