mirror of
https://github.com/soukoku/ntwain.git
synced 2026-01-26 21:48:36 +08:00
Test integrating twaincs 2.5.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user