source:
trunk/sources/HeuristicLab.Visualization/3.2/DataExport/IExporter.cs
@
1885
Last change on this file since 1885 was 1781, checked in by mstoeger, 16 years ago | |
---|---|
File size: 162 bytes |
Rev | Line | |
---|---|---|
[1781] | 1 | namespace HeuristicLab.Visualization.DataExport { |
2 | public interface IExporter { | |
3 | void Export(IChartDataRowsModel model); | |
4 | ||
5 | string Name { get; } | |
6 | } | |
7 | } |
Note: See TracBrowser
for help on using the repository browser.