初始化版本
This commit is contained in:
10
tongxin/NetWorkHelper/UDP/Controls/ControlState.cs
Normal file
10
tongxin/NetWorkHelper/UDP/Controls/ControlState.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NetWorkHelper
|
||||
{
|
||||
internal enum ControlState
|
||||
{
|
||||
Normal,
|
||||
Hover,
|
||||
Pressed,
|
||||
Focused
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user