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

    r3557 r3566  
    4747    public EngineAlgorithmView() {
    4848      InitializeComponent();
    49     }
    50 
    51     /// <summary>
    52     /// Intializes a new instance of <see cref="ItemBaseView"/> with the given <paramref name="item"/>.
    53     /// </summary>
    54     /// <param name="item">The item that should be displayed.</param>
    55     public EngineAlgorithmView(EngineAlgorithm content)
    56       : this() {
    57       Content = content;
    5849    }
    5950
Note: See TracChangeset for help on using the changeset viewer.