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

    r3526 r3566  
    4949      InitializeComponent();
    5050      Caption = "Variable";
    51     }
    52     /// <summary>
    53     /// Initializes a new instance of <see cref="VariableView"/> with the given <paramref name="variable"/>.
    54     /// </summary>
    55     /// <remarks>Calls <see cref="VariableView()"/>.</remarks>
    56     /// <param name="variable">The variable to represent visually.</param>
    57     public VariableValueView(IVariable content)
    58       : this() {
    59       Content = content;
    6051    }
    6152
Note: See TracChangeset for help on using the changeset viewer.