reorganise samples folder

This commit is contained in:
Daniel Clark
2021-02-09 17:18:59 +00:00
parent 29503685f1
commit 732a25d03a
26 changed files with 618 additions and 0 deletions
@@ -0,0 +1,9 @@
<NotificationFlyout
x:Class="NotificationFlyoutSample.Host.SampleNotificationFlyout"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:uwp="clr-namespace:NotificationFlyoutSample;assembly=NotificationFlyoutSample"
IconSource="/Assets/Icon.ico"
LightIconSource="/Assets/Icon-Light.ico">
<uwp:Shell />
</NotificationFlyout>