This commit is contained in:
TheXamlGuy
2024-05-04 22:35:11 +01:00
parent 08cdbd9225
commit 5d75023384
12 changed files with 52 additions and 22 deletions
+2 -2
View File
@@ -9,9 +9,9 @@
TransparencyLevelHint="Mica">
<ContentControl x:Name="Window">
<Interaction.Behaviors>
<AttachedBehavior>
<AttachedBehaviour>
<NavigateAction Context="Window" Route="Main" />
</AttachedBehavior>
</AttachedBehaviour>
</Interaction.Behaviors>
</ContentControl>
</windowing:AppWindow>