Files
2022-11-03 12:33:23 +00:00

10 lines
326 B
XML

<UserControl
x:Class="KingPing.MainView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Content="{Route {Binding Route},
Main}"
Loaded="{Navigate {Binding EventAggregator},
Shell,
Route=Main}" />