feat: add VisualLayerManager ctor to Notification & Toast manager.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user