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/OperatorSetView.cs

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