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.Core.Views/3.3/ParameterCollectionView.cs

    r3407 r3566  
    3939      itemsGroupBox.Text = "Parameters";
    4040    }
    41     /// <summary>
    42     /// Initializes a new instance of <see cref="VariablesScopeView"/> with
    43     /// the given <paramref name="scope"/>.
    44     /// </summary>
    45     /// <remarks>Calls <see cref="VariablesScopeView()"/>.</remarks>
    46     /// <param name="scope">The scope whose variables should be represented visually.</param>
    47     public ParameterCollectionView(IKeyedItemCollection<string, IParameter> content)
    48       : this() {
    49       Content = content;
    50     }
    5141
    5242    protected override IParameter CreateItem() {
Note: See TracChangeset for help on using the changeset viewer.