Upload to server
uploading
This commit is contained in:
24
omegapro/Omega/Program.cs
Normal file
24
omegapro/Omega/Program.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Omega
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
SettingInfo.InitInfo();
|
||||
|
||||
Application.Run(new frmMain());
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user