Files
LL-28/tongxin/NetWorkHelper/UDP/Controls/RoundStyle.cs
moxiliang 7065cad6d7 251024
2025-10-24 14:08:41 +08:00

13 lines
151 B
C#

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