- Timestamp:
- 01/08/14 15:36:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataGridContentView.cs
r10257 r10311 9 9 namespace HeuristicLab.DataPreprocessing { 10 10 [View("Data Grid Content View")] 11 [Content(typeof(IDataGridContent), false)]11 [Content(typeof(IDataGridContent), true)] 12 12 public partial class DataGridContentView : StringConvertibleMatrixView { 13 13
Note: See TracChangeset
for help on using the changeset viewer.