mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-14 21:31:54 +00:00
Initial commit
This commit is contained in:
17
nobleUpdater/Program.cs
Normal file
17
nobleUpdater/Program.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace nobleUpdater
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
[global::System.STAThread]
|
||||
private static void Main()
|
||||
{
|
||||
|
||||
global::System.Windows.Forms.Application.EnableVisualStyles();
|
||||
global::System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(false);
|
||||
global::System.Windows.Forms.Application.Run(new global::nobleUpdater.FormMain());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user