Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 13, 2023 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/58f955fc4633c3ca89f6aa0527e28396 to your computer and use it in GitHub Desktop.
Save bjoerntx/58f955fc4633c3ca89f6aa0527e28396 to your computer and use it in GitHub Desktop.
[STAThread]
static void Main()
{
Task.Run(() => StartWebServer());
ApplicationConfiguration.Initialize();
Application.Run(new Form1());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment