8 lines
156 B
C#
8 lines
156 B
C#
|
|
namespace DTS.Common.Interface.DASFactory
|
|||
|
|
{
|
|||
|
|
public interface IRangeBandwidthLimited
|
|||
|
|
{
|
|||
|
|
bool RangeBandwidthLimited { get; }
|
|||
|
|
}
|
|||
|
|
}
|