More cleanup for v1.

This commit is contained in:
soukoku
2014-04-22 06:50:58 -04:00
parent 31f77edb40
commit 108fde6fe7
24 changed files with 272 additions and 158 deletions

View File

@@ -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;
}