mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Some comments.
This commit is contained in:
@@ -20,8 +20,8 @@ namespace NTwain.Internals
|
||||
public static void DoTransferRoutine(ITwainSessionInternal session)
|
||||
{
|
||||
var pending = new TWPendingXfers();
|
||||
var rc = ReturnCode.Success;
|
||||
|
||||
//var rc = ReturnCode.Success;
|
||||
var rc = session.DGControl.PendingXfers.Get(pending);
|
||||
do
|
||||
{
|
||||
#region build and raise xfer ready
|
||||
|
||||
Reference in New Issue
Block a user