Get disposing working for subscription manager

This commit is contained in:
TheXamlGuy
2024-05-12 23:21:05 +01:00
parent 1dd50ec741
commit 0861d9adb6
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -55,13 +55,13 @@
</Interaction.Behaviors>
</ContentControl>
</Border>
<Frame x:Name="Content" Grid.Row="1">
<ContentControl x:Name="Content" Grid.Row="1">
<Interaction.Behaviors>
<AttachedBehaviour>
<NavigateRegionAction Name="{Binding Named, StringFormat='{}{0}:Content'}" />
</AttachedBehaviour>
</Interaction.Behaviors>
</Frame>
</ContentControl>
</Grid>
</Border>
</Grid>