9 lines
113 B
C#
9 lines
113 B
C#
namespace Hardcodet.Wpf.TaskbarNotification.Interop
|
|
{
|
|
public enum IconState
|
|
{
|
|
Visible = 0,
|
|
Hidden = 1
|
|
}
|
|
}
|