Test integrating twaincs 2.5.

This commit is contained in:
Eugene Wang
2022-04-24 18:08:43 -04:00
parent 88cf5bd49f
commit 7abf933d4a
25 changed files with 16697 additions and 12753 deletions

View File

@@ -5,6 +5,7 @@ using System.Linq;
using System.Reflection;
using System.Threading;
using TWAINWorkingGroup;
using static TWAINWorkingGroup.TWAIN;
namespace Net5Console
{
@@ -39,7 +40,7 @@ namespace Net5Console
hold.Set();
};
if (session.Open() == TWAINWorkingGroup.STS.SUCCESS)
if (session.Open() == STS.SUCCESS)
{
Console.WriteLine("Opened DSM");
Console.WriteLine();