Last change
on this file since 5483 was
5388,
checked in by abeham, 14 years ago
|
#567
- Updated default value for year in license snippet
- Updated new view wizard
|
File size:
416 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 ViewWizardForm());
|
---|
14 | }
|
---|
15 | }
|
---|
16 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.