- Timestamp:
- 06/04/14 15:07:11 (10 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.cs
r10949 r10950 32 32 [View("Data Grid Content View")] 33 33 [Content(typeof(IDataGridContent), true)] 34 public partial class DataGridContentView : CopyOfStringConvertibleMatrixView {34 public partial class DataGridContentView : PreprocessingStringConvertibleMatrixView { 35 35 36 36 private bool notOwnEvent = true; -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj
r10925 r10950 185 185 <DependentUpon>StatisticsView.cs</DependentUpon> 186 186 </Compile> 187 <Compile Include=" CopyOfStringConvertibleMatrixView.cs">188 <SubType>UserControl</SubType> 189 </Compile> 190 <Compile Include=" CopyOfStringConvertibleMatrixView.Designer.cs">191 <DependentUpon> CopyOfStringConvertibleMatrixView.cs</DependentUpon>187 <Compile Include="PreprocessingStringConvertibleMatrixView.cs"> 188 <SubType>UserControl</SubType> 189 </Compile> 190 <Compile Include="PreprocessingStringConvertibleMatrixView.Designer.cs"> 191 <DependentUpon>PreprocessingStringConvertibleMatrixView.cs</DependentUpon> 192 192 </Compile> 193 193 <Compile Include="TransformationView.cs"> -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingStringConvertibleMatrixView.Designer.cs
r10948 r10950 21 21 22 22 namespace HeuristicLab.DataPreprocessing.Views { 23 partial class CopyOfStringConvertibleMatrixView {23 partial class PreprocessingStringConvertibleMatrixView { 24 24 /// <summary> 25 25 /// Required designer variable. -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingStringConvertibleMatrixView.cs
r10948 r10950 36 36 [View("StringConvertibleMatrix View")] 37 37 [Content(typeof(IStringConvertibleMatrix), false)] 38 public partial class CopyOfStringConvertibleMatrixView : AsynchronousContentView {38 public partial class PreprocessingStringConvertibleMatrixView : AsynchronousContentView { 39 39 40 40 // Was private before … … 155 155 } 156 156 157 public CopyOfStringConvertibleMatrixView() {157 public PreprocessingStringConvertibleMatrixView() { 158 158 InitializeComponent(); 159 159 ShowRowsAndColumnsTextBox = true;
Note: See TracChangeset
for help on using the changeset viewer.