Introduced a NotificationFlyoutPresenter to allow you to restyle/retemplate the flyout from within your UWP app

This commit is contained in:
Daniel Clark
2021-02-06 17:38:39 +00:00
parent 3de9ceee0d
commit 3fdfcfaf21
26 changed files with 260 additions and 282 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
using System.Windows;
namespace NotificationFlyout.Tray
namespace NotificationFlyout.Sample.Wpf
{
public partial class App : Application
{