Add another example app
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<Window
|
||||
x:Class="KingPing.MainWindow"
|
||||
xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Content="{Route {Binding Route},
|
||||
Window}"
|
||||
Loaded="{Navigate {Binding EventAggregator},
|
||||
Main,
|
||||
Route=Window}" />
|
||||
Reference in New Issue
Block a user