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.Optimization.Views/3.3/RunCollectionView.cs

    r3456 r3483  
    3434  [Content(typeof(RunCollection), true)]
    3535  [Content(typeof(IItemCollection<IRun>), false)]
    36   public partial class RunCollectionView : AsynchronousContentView {
     36  public partial class RunCollectionView : ItemView {
    3737    public new IItemCollection<IRun> Content {
    3838      get { return (IItemCollection<IRun>)base.Content; }
Note: See TracChangeset for help on using the changeset viewer.