- Timestamp:
- 01/30/10 05:05:19 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/OperatorTreeView.cs
r2713 r2727 69 69 /// <remarks>Calls <see cref="OperatorGraphView()"/>.</remarks> 70 70 /// <param name="operatorGraph">The operator graph to represent visually.</param> 71 public OperatorTreeView(IOperator op)71 public OperatorTreeView(IOperator content) 72 72 : this() { 73 Content = op;73 Content = content; 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.