Updated sample lib.

This commit is contained in:
Eugene Wang
2016-03-23 18:08:58 -04:00
parent 0e3d7fd1e9
commit 84d6d4cb69
12 changed files with 89 additions and 46 deletions

View File

@@ -87,6 +87,7 @@ namespace NTwain
void ITwainSessionInternal.ChangeCurrentSource(DataSource source)
{
CurrentSource = source;
DisableReason = Message.Null;
OnPropertyChanged("CurrentSource");
SafeAsyncSyncableRaiseOnEvent(OnSourceChanged, SourceChanged);
}