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

    r3548 r3566  
    4949    public AlgorithmView() {
    5050      InitializeComponent();
    51     }
    52     /// <summary>
    53     /// Intializes a new instance of <see cref="ItemBaseView"/> with the given <paramref name="item"/>.
    54     /// </summary>
    55     /// <param name="item">The item that should be displayed.</param>
    56     public AlgorithmView(IAlgorithm content)
    57       : this() {
    58       Content = content;
    5951    }
    6052
Note: See TracChangeset for help on using the changeset viewer.