Files
NotificationFlyout/NotificationFlyout.Tray/SampleNotificationFlyout.xaml
T
2021-02-09 12:15:57 +00:00

10 lines
468 B
XML

<NotificationFlyout
x:Class="NotificationFlyout.Sample.Wpf.SampleNotificationFlyout"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sample="clr-namespace:NotificationFlyout.Sample.Uwp;assembly=NotificationFlyout.Sample.Uwp"
IconSource="/Assets/Icon.ico"
LightIconSource="/Assets/Icon-Light.ico">
<sample:NotificationFlyoutPresenter />
</NotificationFlyout>