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

    r3393 r3566  
    1515      itemsGroupBox.Text = "Scopes";
    1616    }
    17     /// <summary>
    18     /// Initializes a new instance of <see cref="VariablesScopeView"/> with
    19     /// the given <paramref name="scope"/>.
    20     /// </summary>
    21     /// <remarks>Calls <see cref="VariablesScopeView()"/>.</remarks>
    22     /// <param name="scope">The scope whose variables should be represented visually.</param>
    23     public ScopeListView(IItemList<IScope> content)
    24       : this() {
    25       Content = content;
    26     }
    2717  }
    2818}
Note: See TracChangeset for help on using the changeset viewer.