Project initial upload
This commit is contained in:
14
PCPalConfigurator/Program.cs
Normal file
14
PCPalConfigurator/Program.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace PCPalConfigurator
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new ConfiguratorForm());
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user