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