Minor code refactor

This commit is contained in:
bg45
2017-12-02 08:42:10 -05:00
parent 744858df81
commit 4f69b5cdcc
4 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@
Grid.Column="0"
Grid.Row="1"
x:Name="MenuListView"
SelectionChanged="MenuListView_SelectionChanged"
SelectionChanged="ListView_SelectionChanged"
Background="{ThemeResource AppBarBackgroundThemeBrush}"
ItemsSource="{Binding Source={StaticResource MenuItemsSource}}"
SelectedItem="{Binding SelectedItem, Mode=TwoWay}"