mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-05 20:59:23 +08:00
code refactor
This commit is contained in:
parent
eeb4913de0
commit
2eb98643d6
@ -54,15 +54,7 @@ namespace NTwain.Internals
|
||||
#endregion
|
||||
|
||||
var pending = new TWPendingXfers();
|
||||
ReturnCode rc;
|
||||
if (xferImage)
|
||||
{
|
||||
rc = ReturnCode.Success;
|
||||
}
|
||||
else
|
||||
{
|
||||
rc = session.DGControl.PendingXfers.Get(pending);
|
||||
}
|
||||
var rc = xferImage ? ReturnCode.Success : session.DGControl.PendingXfers.Get(pending);
|
||||
|
||||
if (rc == ReturnCode.Success)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user