Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/13 14:59:55 (11 years ago)
Author:
abeham
Message:

#2110: renamed generic view class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceProviderViewGeneric.cs

    r10000 r10009  
    3434  [View("ProblemInstanceProviderViewGeneric")]
    3535  [Content(typeof(IProblemInstanceProvider<>), IsDefaultView = true)]
    36   public partial class ProblemInstanceProviderViewGeneric<T> : ProblemInstanceProviderView {
     36  public partial class ProblemInstanceProviderView<T> : ProblemInstanceProviderView {
    3737
    3838    public new IProblemInstanceProvider<T> Content {
     
    6464    #endregion
    6565
    66     public ProblemInstanceProviderViewGeneric() {
     66    public ProblemInstanceProviderView() {
    6767      InitializeComponent();
    6868      importButton.Text = String.Empty;
Note: See TracChangeset for help on using the changeset viewer.