Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/10 03:00:00 (14 years ago)
Author:
swagner
Message:

Changed items and views according to the refactoring of HeuristicLab.Collections (#977)

File:
1 edited

Legend:

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

    r2924 r3393  
    55  [View("ScopeList View")]
    66  [Content(typeof(ScopeList), true)]
    7   [Content(typeof(IObservableList<IScope>), false)]
     7  [Content(typeof(IItemList<IScope>), false)]
    88  public partial class ScopeListView : ItemListView<IScope> {
    99    /// <summary>
     
    2121    /// <remarks>Calls <see cref="VariablesScopeView()"/>.</remarks>
    2222    /// <param name="scope">The scope whose variables should be represented visually.</param>
    23     public ScopeListView(IObservableList<IScope> content)
     23    public ScopeListView(IItemList<IScope> content)
    2424      : this() {
    2525      Content = content;
Note: See TracChangeset for help on using the changeset viewer.