Files
better-genshin-impact/Build/MicaSetup/Views/ShellPage.xaml

10 lines
341 B
XML

<UserControl
x:Class="MicaSetup.Views.ShellPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:control="clr-namespace:MicaSetup.Design.Controls">
<Grid>
<control:ShellControl Route="{Binding Route}" />
</Grid>
</UserControl>