Here be dragons
This commit is contained in:
parent
8c2acfe6fe
commit
bd3e384ba4
6 changed files with 217 additions and 0 deletions
18
Program.cs
Normal file
18
Program.cs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
namespace Juicebox
|
||||
{
|
||||
internal 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.SetColorMode(SystemColorMode.System);
|
||||
Application.Run(new JuiceBox());
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue