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 |
Rev | Line | |
---|---|---|
[680] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | ||
6 | namespace HeuristicLab.Visualization { | |
[685] | 7 | class ChartDataRowsModelDummy : ChartDataRowsModel { |
8 | ||
9 | ||
[680] | 10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.