Rev | Line | |
---|
[2243] | 1 | using System;
|
---|
| 2 | using System.Collections.Generic;
|
---|
| 3 | using System.Linq;
|
---|
| 4 | using System.Text;
|
---|
[2247] | 5 | using System.Windows.Forms;
|
---|
[2243] | 6 |
|
---|
[2458] | 7 | using HeuristicLab.MainForm.WindowsForms;
|
---|
[2247] | 8 | using HeuristicLab.Common.Resources;
|
---|
[2243] | 9 |
|
---|
| 10 | namespace HeuristicLab.MainForm.Test {
|
---|
[2696] | 11 | public class SeparatorMenuItem : MenuSeparatorItem, ITestUserInterfaceItemProvider {
|
---|
[2458] | 12 | public override IEnumerable<string> Structure {
|
---|
[2514] | 13 | get { return new string[] { "File" }; }
|
---|
[2243] | 14 | }
|
---|
| 15 |
|
---|
[2247] | 16 | public override int Position {
|
---|
[2514] | 17 | get { return 1120; }
|
---|
[2243] | 18 |
|
---|
| 19 | }
|
---|
| 20 | }
|
---|
| 21 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.