Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/ChartDataRowsModelDummy.cs @ 715

Last change on this file since 715 was 685, checked in by cbahner, 16 years ago

#320
basic implementation of dataRows

File size: 207 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Visualization {
7  class ChartDataRowsModelDummy : ChartDataRowsModel {
8
9   
10  }
11}
Note: See TracBrowser for help on using the repository browser.