Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/10 05:24:03 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • corrected several bugs in order to get SGA working
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/LookupParameterView.cs

    r2790 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    28 using System.Windows.Forms;
    2923using HeuristicLab.Core;
    3024using HeuristicLab.Core.Views;
     
    3630  /// </summary>
    3731  [Content(typeof(LookupParameter<>), true)]
    38   [Content(typeof(SubScopesLookupParameter<>), true)]
    3932  [Content(typeof(ILookupParameter<>), false)]
    4033  public partial class LookupParameterView<T> : ParameterView where T : class, IItem {
Note: See TracChangeset for help on using the changeset viewer.