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

    r3557 r3566  
    7272      Caption = "Operator";
    7373    }
    74     /// <summary>
    75     /// Initializes a new instance of <see cref="OperatorGraphView"/>
    76     /// with the given <paramref name="operatorGraph"/>.
    77     /// </summary>
    78     /// <remarks>Calls <see cref="OperatorGraphView()"/>.</remarks>
    79     /// <param name="operatorGraph">The operator graph to represent visually.</param>
    80     public OperatorTreeView(IOperator content)
    81       : this() {
    82       Content = content;
    83     }
    8474
    8575    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.