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)

Location:
trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/PathTSPTourView.cs

    r3502 r3566  
    4545    public PathTSPTourView() {
    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 PathTSPTourView(PathTSPTour content)
    53       : this() {
    54       Content = content;
    5547    }
    5648
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.cs

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