source:
branches/OaaS/HeuristicLab.MainForm/3.3/Interfaces/IConfigureableView.cs
@
8228
Last change on this file since 8228 was 6342, checked in by abeham, 13 years ago | |
---|---|
File size: 128 bytes |
Line | |
---|---|
1 | |
2 | namespace HeuristicLab.MainForm { |
3 | public interface IConfigureableView : IView { |
4 | void ShowConfiguration(); |
5 | } |
6 | } |
Note: See TracBrowser
for help on using the repository browser.