Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/14 15:33:04 (10 years ago)
Author:
sbreuer
Message:
  • derive StringConvertibleMatrixView from core
  • delete PreprocessingStringConvertibleMatrixView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.cs

    r10998 r11000  
    2626using System.Windows.Forms;
    2727using HeuristicLab.Data;
     28using HeuristicLab.Data.Views;
    2829using HeuristicLab.DataPreprocessing.Filter;
    2930using HeuristicLab.MainForm;
     
    3233  [View("Data Grid Content View")]
    3334  [Content(typeof(IDataGridContent), true)]
    34   public partial class DataGridContentView : PreprocessingStringConvertibleMatrixView {
     35  public partial class DataGridContentView : StringConvertibleMatrixView {
    3536
    3637    private bool notOwnEvent = true;
     
    137138    }
    138139
    139     #region methods which override/modify methods from PreprocessingStringConvertibleMatrixView
    140 
    141140    protected override void dataGridView_SelectionChanged(object sender, EventArgs e) {
    142141      base.dataGridView_SelectionChanged(sender, e);
     
    186185      base.ClearSorting();
    187186    }
    188 
    189     #endregion
    190187
    191188    private void dataGridView_ColumnHeaderMouseClick(object sender, DataGridViewCellMouseEventArgs e) {
Note: See TracChangeset for help on using the changeset viewer.