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

    r3515 r3566  
    4545    public UserDefinedAlgorithmView() {
    4646      InitializeComponent();
    47     }
    48     /// <summary>
    49     /// Intializes a new instance of <see cref="ItemBaseView"/> with the given <paramref name="item"/>.
    50     /// </summary>
    51     /// <param name="item">The item that should be displayed.</param>
    52     public UserDefinedAlgorithmView(UserDefinedAlgorithm content)
    53       : this() {
    54       Content = content;
    5547    }
    5648
Note: See TracChangeset for help on using the changeset viewer.