Restructed project

This commit is contained in:
Daniel Clark
2021-02-09 12:36:55 +00:00
parent e10baed2d7
commit 085e632eb9
28 changed files with 47 additions and 535 deletions
@@ -0,0 +1,9 @@
<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>