Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/10 02:34:23 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • unified visual appearance of views
File:
1 edited

Legend:

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

    r2655 r2676  
    1414  [Content(typeof(IObservableKeyedCollection<string, IParameter>), true)]
    1515  public partial class ParameterCollectionView : NamedItemCollectionView<IParameter> {
    16     CreateParameterDialog createParameterDialog;
     16    protected CreateParameterDialog createParameterDialog;
    1717    /// <summary>
    1818    /// Initializes a new instance of <see cref="VariablesScopeView"/> with caption "Variables Scope View".
Note: See TracChangeset for help on using the changeset viewer.