mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Experiment with a winform-based msg pump.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user