source:
branches/PersistenceSpeedUp/HeuristicLab.MainForm/3.3/Interfaces/IConfigureableView.cs
@
6774
Last change on this file since 6774 was 6760, checked in by epitzer, 13 years ago | |
---|---|
File size: 128 bytes |
Rev | Line | |
---|---|---|
[6115] | 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.