mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Some non-functional change updates.
This commit is contained in:
@@ -114,10 +114,10 @@ namespace NTwain
|
||||
return new TentativeStateCommitable(this, newState);
|
||||
}
|
||||
|
||||
void ITwainSessionInternal.ChangeSourceId(TwainSource source)
|
||||
void ITwainSessionInternal.ChangeCurrentSource(TwainSource source)
|
||||
{
|
||||
CurrentSource = source;
|
||||
OnPropertyChanged("SourceId");
|
||||
OnPropertyChanged("CurrentSource");
|
||||
SafeAsyncSyncableRaiseOnEvent(OnSourceChanged, SourceChanged);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user