Restructed project

This commit is contained in:
Daniel Clark
2021-02-09 12:36:55 +00:00
parent e10baed2d7
commit 085e632eb9
28 changed files with 47 additions and 535 deletions
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace NotificationFlyout.Sample.Wpf
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}