Last change
on this file since 12877 was
5704,
checked in by abeham, 14 years ago
|
#567
- Added item template
- Adapted problem template
- Enabled tab key to continue editing the next column in the grid
|
File size:
419 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Windows.Forms;
|
---|
3 |
|
---|
4 | namespace HeuristicLab.VS2010Wizards.Test {
|
---|
5 | static class Program {
|
---|
6 | /// <summary>
|
---|
7 | /// The main entry point for the application.
|
---|
8 | /// </summary>
|
---|
9 | [STAThread]
|
---|
10 | static void Main() {
|
---|
11 | Application.EnableVisualStyles();
|
---|
12 | Application.SetCompatibleTextRenderingDefault(false);
|
---|
13 | Application.Run(new ProblemWizardForm());
|
---|
14 | }
|
---|
15 | }
|
---|
16 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.