Files
Needlework.Net/Needlework.Net/Views/MainWindow/NotificationView.axaml.cs
2025-06-13 22:52:58 -05:00

11 lines
198 B
C#

using Avalonia.Controls;
namespace Needlework.Net.Views.MainWindow;
public partial class NotificationView : UserControl
{
public NotificationView()
{
InitializeComponent();
}
}