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

    r3561 r3566  
    5656      scopeNodeTable = new Dictionary<IScope, TreeNode>();
    5757      subScopesScopeTable = new Dictionary<ScopeList, IScope>();
    58 
    59     }
    60     /// <summary>
    61     /// Initializes a new instance of <see cref="ScopeView"/> with the given <paramref name="scope"/>.
    62     /// </summary>
    63     /// <remarks>Calls <see cref="ScopeView()"/>.</remarks>
    64     /// <param name="scope">The scope to represent visually.</param>
    65     public ScopeView(IScope content)
    66       : this() {
    67       Content = content;
    6858    }
    6959
Note: See TracChangeset for help on using the changeset viewer.