Introduced a NotificationFlyoutPresenter to allow you to restyle/retemplate the flyout from within your UWP app
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using NotificationFlyout.Tray.Views;
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace NotificationFlyout.Tray
|
||||
namespace NotificationFlyout.Sample.Wpf
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
@@ -9,9 +8,9 @@ namespace NotificationFlyout.Tray
|
||||
public static void Main()
|
||||
{
|
||||
using (new XamlHost.App())
|
||||
{
|
||||
{
|
||||
var app = new App();
|
||||
new Shell();
|
||||
new SampleNotificationFlyout();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user