mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-19 01:57:56 +08:00
More cleanup for v1.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Tester.WPF
|
||||
var caps = _twainVM.SupportedCaps.Select(o => new CapVM
|
||||
{
|
||||
Cap = o,
|
||||
Supports = _twainVM.GetCapSupport(o)
|
||||
Supports = _twainVM.GetCapabilitySupport(o)
|
||||
}).OrderBy(o => o.Name).ToList();
|
||||
CapList.ItemsSource = caps;
|
||||
}
|
||||
|
Reference in New Issue
Block a user