Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/05/09 19:24:49 (15 years ago)
Author:
mkommend
Message:

added HeuristicLab!.MainForm.Test project and demo implementation
adapted MainForm to new design (ticket #716)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.2/Interfaces/IToolStripMenuItem.cs

    r2233 r2243  
    2424using System.Linq;
    2525using System.Text;
     26using System.Windows.Forms;
    2627
    2728namespace HeuristicLab.MainForm {
    28   public interface IMenuItem {
     29  public interface IToolStripMenuItem : IToolStripItem {
     30    string MenuStructure { get; }
     31    char MenuStructureSeparator { get; }
     32    Keys ShortCutKeys { get; }
    2933  }
    3034}
Note: See TracChangeset for help on using the changeset viewer.