feat: add VisualLayerManager ctor to Notification & Toast manager.

This commit is contained in:
Zhang Dian
2024-12-23 17:22:02 +08:00
parent 471840b574
commit b16a51ee4f
6 changed files with 82 additions and 15 deletions

View File

@@ -75,6 +75,14 @@
HorizontalAlignment="Right"
Orientation="Horizontal"
Spacing="8">
<Button
Command="{Binding ShowNotificationCommand}"
Content="Notification"
Theme="{DynamicResource SolidButton}" />
<Button
Command="{Binding ShowToastCommand}"
Content="Toast"
Theme="{DynamicResource SolidButton}" />
<Button
Command="{Binding DialogCommand}"
Content="Dialog"
@@ -97,4 +105,4 @@
</StackPanel>
</Grid>
</UserControl>
</UserControl>