Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/09 02:44:23 (14 years ago)
Author:
swagner
Message:

Continued work on Optimizer and on adapting all views to the new MainForm concept (#770)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/ItemListView_T.cs

    r2520 r2546  
    3737  /// </summary>
    3838  /// <typeparam name="T">The type of the items in the list.</typeparam>
    39   public partial class ItemListView<T> : ViewBase where T : IItem {
     39  public partial class ItemListView<T> : ItemViewBase where T : IItem {
    4040    private ChooseItemDialog chooseItemDialog;
    4141
Note: See TracChangeset for help on using the changeset viewer.