Free cookie consent management tool by TermsFeed Policy Generator

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

#1530 integrate changes from trunk

File size: 128 bytes
Line 
1
2namespace HeuristicLab.MainForm {
3  public interface IConfigureableView : IView {
4    void ShowConfiguration();
5  }
6}
Note: See TracBrowser for help on using the repository browser.