Added sample packaged project and added app context based on whether you are running the app natively or thru an app package

This commit is contained in:
Daniel Clark
2021-02-10 13:53:16 +00:00
parent f7abdbc465
commit 993e9c5d6d
15 changed files with 232 additions and 16 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="using:NotificationFlyout.Uwp.UI.Controls"
xmlns:winui="using:Microsoft.UI.Xaml.Controls"
LightIconSource="/Assets/Icon.ico">
IconSource="/Assets/Icon.ico"
LightIconSource="/Assets/Icon-Light.ico">
<controls:NotificationFlyout.Content>
<StackPanel
Width="330"