Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/LineChartLogic.cs @ 10252

Last change on this file since 10252 was 10252, checked in by psteiner, 10 years ago

added logic getters ins content and constructor whicht supports logic

File size: 216 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.DataPreprocessing.Implementations
7{
8  public class LineChartLogic:ILineChartLogic
9  {
10  }
11}
Note: See TracBrowser for help on using the repository browser.