aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/StubsUtils/Notifications.Wpf/NotificationsOverlayWindow.xaml.cs
blob: ecb5956945b81279230efad4ba8ab43a755faa38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System.Windows;

namespace Notifications.Wpf
{
    /// <summary>
    /// Interaction logic for ToastWindow.xaml
    /// </summary>
    public partial class NotificationsOverlayWindow : Window
    {
        public NotificationsOverlayWindow()
        {
            InitializeComponent();
        }
        
    }
}