mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-26 09:39:49 +08:00
10 lines
341 B
XML
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>
|