namespace Yw.WinFrmUI
{
///
/// 用于标识水力流向属性特性
///
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class HydroFlowDirectionProAttribute : Attribute
{
///
///
///
public HydroFlowDirectionProAttribute() { }
}
}