Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm/3.3/Interfaces/IConfigureableView.cs @ 6342

Last change on this file since 6342 was 6342, checked in by abeham, 13 years ago

#1465, #1469, #1470, #1494, #1496, #1497, #1539, #1487

  • merged to 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.