Sic.Framework/MECF.Framework.Common/Hardcodet/Wpf/TaskbarNotification/Interop/NotifyCommand.cs

12 lines
161 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace Hardcodet.Wpf.TaskbarNotification.Interop
{
public enum NotifyCommand
{
Add = 0,
Modify = 1,
Delete = 2,
SetFocus = 3,
SetVersion = 4
}
}