Files
NotificationFlyout/NotificationFlyout.Tray/Views/Shell.xaml.cs
T
Daniel Clark 45a9eb9cd2 init
2021-02-05 01:39:51 +00:00

11 lines
169 B
C#

namespace NotificationFlyout.Tray.Views
{
public partial class Shell
{
public Shell()
{
InitializeComponent();
}
}
}