13 lines
151 B
C#
13 lines
151 B
C#
namespace NetWorkHelper
|
|
{
|
|
public enum RoundStyle
|
|
{
|
|
None,
|
|
All,
|
|
Left,
|
|
Right,
|
|
Top,
|
|
Bottom
|
|
}
|
|
}
|