Files
huabe-sitondao/tongxin/NetWorkHelper/UDP/Controls/RoundStyle.cs
2025-11-14 16:12:32 +08:00

13 lines
151 B
C#

namespace NetWorkHelper
{
public enum RoundStyle
{
None,
All,
Left,
Right,
Top,
Bottom
}
}