mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-20 11:07:57 +08:00
Updated string read and fixed sample.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Tester
|
||||
|
||||
static void twain_DataTransferred(object sender, DataTransferredEventArgs e)
|
||||
{
|
||||
if (e.Data != IntPtr.Zero)
|
||||
if (e.NativeData != IntPtr.Zero)
|
||||
{
|
||||
Console.WriteLine("Got twain data on thread {0}", Thread.CurrentThread.ManagedThreadId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user