Experiment with a winform-based msg pump.

This commit is contained in:
Eugene Wang
2023-04-13 22:19:05 -04:00
parent 24d4471e0f
commit 502013ee57
14 changed files with 287 additions and 101 deletions

View File

@@ -16,14 +16,14 @@ namespace WinFormSample
[STAThread]
static void Main()
{
if (DsmLoader.TryUseCustomDSM())
{
Debug.WriteLine("Using our own dsm now :)");
}
else
{
Debug.WriteLine("Will attempt to use default dsm :(");
}
//if (DsmLoader.TryUseCustomDSM())
//{
// Debug.WriteLine("Using our own dsm now :)");
//}
//else
//{
// Debug.WriteLine("Will attempt to use default dsm :(");
//}
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.