Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm.Test/3.2/ITestUserInterfaceItemProvider.cs @ 2291

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

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

File size: 196 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.MainForm.Test {
7  public interface ITestUserInterfaceItemProvider {
8  }
9}
Note: See TracBrowser for help on using the repository browser.