Files
TheXamlGuy/App/KingPing/Views/MainWindow.axaml
T
2022-11-03 12:33:23 +00:00

10 lines
326 B
XML

<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}" />