- Timestamp:
- 01/22/14 15:56:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/ILineChartLogic.cs
r10252 r10377 3 3 using System.Linq; 4 4 using System.Text; 5 using HeuristicLab.Analysis; 5 6 6 7 namespace HeuristicLab.DataPreprocessing … … 8 9 public interface ILineChartLogic 9 10 { 11 void FillDataTable(DataTable dataTable); 10 12 } 11 13 }
Note: See TracChangeset
for help on using the changeset viewer.