10 lines
348 B
XML
10 lines
348 B
XML
<UserControl
|
|
x:Class="Builder.MainView"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Content="{Route {Binding Route},
|
|
Main}"
|
|
Loaded="{Navigate {Binding EventAggregator},
|
|
Project,
|
|
Route=Main}" />
|