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/ItemCollectionView.cs

    r3456 r3483  
    3232  [Content(typeof(ItemCollection<>), true)]
    3333  [Content(typeof(IItemCollection<>), false)]
    34   public partial class ItemCollectionView<T> : AsynchronousContentView where T : class, IItem {
     34  public partial class ItemCollectionView<T> : ItemView where T : class, IItem {
    3535    protected TypeSelectorDialog typeSelectorDialog;
    3636
Note: See TracChangeset for help on using the changeset viewer.