添加消息通知功能,使用Handy Control的Grow来实现的
This commit is contained in:
13
Enums/NotificationType.cs
Normal file
13
Enums/NotificationType.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace PMSWPF.Enums;
|
||||
|
||||
public enum NotificationType
|
||||
{
|
||||
Info,
|
||||
Warning,
|
||||
Error,
|
||||
Fatal,
|
||||
Success,
|
||||
Clear,
|
||||
Ask
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user