source:
branches/3.1/sources/HeuristicLab.Communication.Data/DummyDriverConfiguration.cs
@
583
Last change on this file since 583 was 583, checked in by abeham, 16 years ago | |
---|---|
File size: 278 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Text; |
4 | using HeuristicLab.Core; |
5 | |
6 | namespace HeuristicLab.Communication.Data { |
7 | public class DummyDriverConfiguration : ItemBase, IDriverConfiguration { |
8 | public DummyDriverConfiguration() { |
9 | } |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.