mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Changed when callbacks are registered.
This commit is contained in:
@@ -38,6 +38,7 @@ namespace NTwain
|
||||
Debug.WriteLine(string.Format(CultureInfo.InvariantCulture, "Thread {0}: OpenSource.", Thread.CurrentThread.ManagedThreadId));
|
||||
|
||||
rc = _session.DGControl.Identity.OpenDS(this);
|
||||
_session.UpdateCallback();
|
||||
});
|
||||
return rc;
|
||||
}
|
||||
@@ -58,6 +59,7 @@ namespace NTwain
|
||||
{
|
||||
SupportedCaps = null;
|
||||
}
|
||||
_session.UpdateCallback();
|
||||
});
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user