Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/10 18:05:58 (14 years ago)
Author:
mkommend
Message:

adapted all HL3.3 views to use the AsynchronousContentView (ticket #953)

File:
1 edited

Legend:

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

    r2949 r3228  
    3535  [Content(typeof(ItemList<>), true)]
    3636  [Content(typeof(IObservableList<>), false)]
    37   public partial class ItemListView<T> : ContentView where T : class, IItem {
     37  public partial class ItemListView<T> : AsynchronousContentView where T : class, IItem {
    3838    /// <summary>
    3939    /// Gets or sets the scope whose variables to represent visually.
Note: See TracChangeset for help on using the changeset viewer.