Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/14 15:39:03 (10 years ago)
Author:
rstoll
Message:
  • Changed views to standard views in order that a double click opens them in a new tab
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HistogramView.cs

    r10658 r10712  
    1 using System;
    2 using System.Collections.Generic;
    3 using System.ComponentModel;
    4 using System.Drawing;
    5 using System.Data;
    6 using System.Linq;
    7 using System.Text;
    8 using System.Windows.Forms;
     1using System.Windows.Forms;
    92using HeuristicLab.Analysis;
    10 using HeuristicLab.Collections;
    11 using HeuristicLab.Core;
    12 using HeuristicLab.Core.Views;
    13 using HeuristicLab.Data;
    143using HeuristicLab.MainForm;
    154
     
    176
    187  [View("Histogram View")]
    19   [Content(typeof(HistogramContent), false)]
     8  [Content(typeof(HistogramContent), true)]
    209  public partial class HistogramView : PreprocessingChartView {
    2110
     
    3322    }
    3423
    35     protected override void OnContentChanged() {
    36       base.OnContentChanged();
    37     }
    3824  }
    3925}
Note: See TracChangeset for help on using the changeset viewer.