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
Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4
Files:
2 deleted
2 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) {
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj

    r10987 r11000  
    185185      <DependentUpon>StatisticsView.cs</DependentUpon>
    186186    </Compile>
    187     <Compile Include="PreprocessingStringConvertibleMatrixView.cs">
    188       <SubType>UserControl</SubType>
    189     </Compile>
    190     <Compile Include="PreprocessingStringConvertibleMatrixView.Designer.cs">
    191       <DependentUpon>PreprocessingStringConvertibleMatrixView.cs</DependentUpon>
    192     </Compile>
    193187    <Compile Include="TransformationView.cs">
    194188      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.