source:
trunk/sources/HeuristicLab.MainForm/3.2/Interfaces/IToolBarSeparatorItem.cs
@
2620
Last change on this file since 2620 was 2514, checked in by mkommend, 15 years ago | |
---|---|
File size: 197 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace HeuristicLab.MainForm { |
7 | public interface IToolBarSeparatorItem : IToolBarItem { |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.