wire up the rest of the views to the menu. views not implemented yet tho.

This commit is contained in:
Grant Limberg 2016-11-18 11:42:15 -08:00
commit 7bea709747
7 changed files with 85 additions and 5 deletions

View file

@ -42,8 +42,10 @@
</CollectionContainer>
<Separator/>
<MenuItem Header="About..."/>
<MenuItem Header="Preferences..."/>
<MenuItem Header="About..."
Click="ToolbarItem_AboutClicked"/>
<MenuItem Header="Preferences..."
Click="ToolbarItem_PreferencesClicked"/>
<Separator/>
<MenuItem Header="Quit"/>