source:
trunk/sources/HeuristicLab.Visualization/ChartDataRowsModelDummy.cs
@
715
Last change on this file since 715 was 685, checked in by cbahner, 16 years ago | |
---|---|
File size: 207 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace HeuristicLab.Visualization { |
7 | class ChartDataRowsModelDummy : ChartDataRowsModel { |
8 | |
9 | |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.