New debugging tool: "Hangover". Will be packaged with all releases
This commit is contained in:
parent
114925ebce
commit
5bc76a3160
20 changed files with 2752 additions and 51 deletions
17
Source/Hangover/Program.cs
Normal file
17
Source/Hangover/Program.cs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
namespace Hangover
|
||||
{
|
||||
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.Run(new Form1());
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue