12 lines
161 B
C#
12 lines
161 B
C#
namespace Hardcodet.Wpf.TaskbarNotification.Interop
|
|
{
|
|
public enum NotifyCommand
|
|
{
|
|
Add = 0,
|
|
Modify = 1,
|
|
Delete = 2,
|
|
SetFocus = 3,
|
|
SetVersion = 4
|
|
}
|
|
}
|