Files
LL-28/tongxin/NetWorkHelper/UDP/Controls/RoundStyle.cs
2025-11-14 09:41:37 +08:00

13 lines
151 B
C#

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