6 lines
156 B
C#
6 lines
156 B
C#
namespace Ursa.Controls;
|
|
|
|
/// <summary>
|
|
/// Control that represents and displays a notification.
|
|
/// </summary>
|
|
public class NotificationCard : MessageCard; |