source:
branches/PluginInfrastructure Refactoring/HeuristicLab.Optimizer/3.3/IOptimizerUserInterfaceItemProvider.cs
@
2591
Last change on this file since 2591 was 2501, checked in by swagner, 15 years ago | |
---|---|
File size: 197 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace HeuristicLab.Optimizer { |
7 | public interface IOptimizerUserInterfaceItemProvider { |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.