Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP.Grammar.Editor/HeuristicLab.MainForm/3.3/Interfaces/IConfigureableView.cs @ 6377

Last change on this file since 6377 was 6377, checked in by mkommend, 13 years ago

#1479: Merged trunk changes into branch.

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.