Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm/3.2/Interfaces/IUserInterfaceItem.cs @ 2244

Last change on this file since 2244 was 2244, checked in by mkommend, 15 years ago

forgotten to add one Interface in HeuristicLab.MainForm (ticket #716)

File size: 215 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.MainForm {
7  public interface IUserInterfaceItem : IAction {
8    string Name { get; }
9  }
10}
Note: See TracBrowser for help on using the repository browser.