Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/10 10:17:22 (14 years ago)
Author:
mkommend
Message:

removed ctors with contents in all views (ticket #972)

File:
1 edited

Legend:

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

    r3526 r3566  
    5454      InitializeComponent();
    5555      Caption = "ValueParameter";
    56     }
    57     /// <summary>
    58     /// Initializes a new instance of <see cref="VariableView"/> with the given <paramref name="variable"/>.
    59     /// </summary>
    60     /// <remarks>Calls <see cref="VariableView()"/>.</remarks>
    61     /// <param name="variable">The variable to represent visually.</param>
    62     public ValueParameterView(IValueParameter<T> content)
    63       : this() {
    64       Content = content;
    6556    }
    6657
Note: See TracChangeset for help on using the changeset viewer.