Files
NotificationFlyout/NotificationFlyout.Tray/SampleNotificationFlyout.xaml
T

9 lines
415 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;assembly=NotificationFlyout.Sample"
IconSource="/Assets/Icon.ico">
<sample:NotificationFlyoutPresenter />
</NotificationFlyout>