初始化版本
This commit is contained in:
12
tongxin/NetWorkHelper/UDP/Controls/RoundStyle.cs
Normal file
12
tongxin/NetWorkHelper/UDP/Controls/RoundStyle.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace NetWorkHelper
|
||||
{
|
||||
public enum RoundStyle
|
||||
{
|
||||
None,
|
||||
All,
|
||||
Left,
|
||||
Right,
|
||||
Top,
|
||||
Bottom
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user