/[projects]/dao/DaoMqPump2/DaoMqGUI/Program.cs
ViewVC logotype

Contents of /dao/DaoMqPump2/DaoMqGUI/Program.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1986 - (show annotations) (download)
Wed Jul 3 07:56:52 2013 UTC (10 years, 10 months ago) by torben
File size: 483 byte(s)
Add files
1 using System;
2 using System.Collections.Generic;
3 using System.Windows.Forms;
4
5 namespace DaoMqGUI
6 {
7 static class Program
8 {
9 /// <summary>
10 /// The main entry point for the application.
11 /// </summary>
12 [STAThread]
13 static void Main()
14 {
15 Application.EnableVisualStyles();
16 Application.SetCompatibleTextRenderingDefault(false);
17 Application.Run(new MainForm());
18 }
19 }
20 }

  ViewVC Help
Powered by ViewVC 1.1.20