11 lines
135 B
C#
11 lines
135 B
C#
namespace NetWorkHelper
|
|
{
|
|
internal enum ControlState
|
|
{
|
|
Normal,
|
|
Hover,
|
|
Pressed,
|
|
Focused
|
|
}
|
|
}
|