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

12 lines
161 B
C#
Raw Permalink Normal View History

2026-06-15 10:56:30 +08:00
namespace Hardcodet.Wpf.TaskbarNotification.Interop
{
public enum NotifyCommand
{
Add = 0,
Modify = 1,
Delete = 2,
SetFocus = 3,
SetVersion = 4
}
}