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

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