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.Optimization.Views/3.3/RunView.cs

    r3557 r3566  
    5656      Caption = "Run";
    5757      base.ReadOnly = true;
    58     }
    59     /// <summary>
    60     /// Initializes a new instance of <see cref="VariableView"/> with the given <paramref name="variable"/>.
    61     /// </summary>
    62     /// <remarks>Calls <see cref="VariableView()"/>.</remarks>
    63     /// <param name="variable">The variable to represent visually.</param>
    64     public RunView(IRun content)
    65       : this() {
    66       Content = content;
    6758    }
    6859
Note: See TracChangeset for help on using the changeset viewer.