init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using NotificationFlyout.Tray.Views;
|
||||
using System;
|
||||
|
||||
namespace NotificationFlyout.Tray
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
[STAThread()]
|
||||
public static void Main()
|
||||
{
|
||||
using (new XamlHost.App())
|
||||
{
|
||||
var app = new App();
|
||||
new Shell();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user