Changeset 10544 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/LineChartView.cs
- Timestamp:
- 03/05/14 15:43:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/LineChartView.cs
r10539 r10544 35 35 } 36 36 37 private void InitDataTable() { 37 private void InitDataTable() { 38 38 ILineChartLogic logic = Content.LineChartLogic; 39 39 viewHost.Content = logic.GetDataTable();
Note: See TracChangeset
for help on using the changeset viewer.