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

12 lines
161 B
C#

namespace Hardcodet.Wpf.TaskbarNotification.Interop
{
public enum NotifyCommand
{
Add = 0,
Modify = 1,
Delete = 2,
SetFocus = 3,
SetVersion = 4
}
}