init
This commit is contained in:
18
C968Project/Program.cs
Normal file
18
C968Project/Program.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using C968Project.Views;
|
||||
|
||||
namespace C968Project;
|
||||
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
// To customize application configuration such as set high DPI settings or default font,
|
||||
// see https://aka.ms/applicationconfiguration.
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new MainScreen());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user