添加消息通知功能,使用Handy Control的Grow来实现的
This commit is contained in:
10
Models/Notification.cs
Normal file
10
Models/Notification.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using PMSWPF.Enums;
|
||||
|
||||
namespace PMSWPF.Models;
|
||||
|
||||
public class Notification
|
||||
{
|
||||
public string Message { get; set; }
|
||||
public NotificationType Type { get; set; }
|
||||
public bool IsGlobal { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user