source:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/LineChartLogic.cs
@
10252
Last change on this file since 10252 was 10252, checked in by psteiner, 11 years ago | |
---|---|
File size: 216 bytes |
Rev | Line | |
---|---|---|
[10244] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | ||
6 | namespace HeuristicLab.DataPreprocessing.Implementations | |
7 | { | |
[10252] | 8 | public class LineChartLogic:ILineChartLogic |
[10244] | 9 | { |
10 | } | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.