ResultItem -> Result, part 2

part of refactoring for PR #494
This commit is contained in:
bao-qian
2016-02-21 15:19:42 +00:00
parent cb6160f1e4
commit 6814130570
10 changed files with 56 additions and 56 deletions

View File

@@ -14,7 +14,7 @@
<ListBox.ItemTemplate>
<DataTemplate>
<DataTemplate.DataType>
<x:Type TypeName="vm:ResultItemViewModel" />
<x:Type TypeName="vm:ResultViewModel" />
</DataTemplate.DataType>
<Button Command="{Binding OpenResultListBoxItemCommand}">
<Button.InputBindings>