Files
TheXamlGuy/App/WeddingBooth/Views/MainWindow.xaml
T
2022-11-01 15:26:08 +00:00

11 lines
386 B
XML

<Window
x:Class="WeddingBooth.Views.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Content="{Route {Binding Route},
Root}"
Loaded="{Navigate {Binding EventAggregator},
Root,
Navigation}"
WindowStyle="None" />