Files
Ursa.Avalonia/src/Ursa/Controls/Notification/NotificationCard.cs
2024-09-09 19:09:05 +08:00

6 lines
156 B
C#

namespace Ursa.Controls;
/// <summary>
/// Control that represents and displays a notification.
/// </summary>
public class NotificationCard : MessageCard;