tbf/TestBenchFramework/BenchControl/Generic/IChildComponentCfg.cs

11 lines
155 B
C#
Raw Normal View History

///
/// Copyright (c) 2013-2015 Sensus Metering Systems
///
namespace TBF.BenchControl.Generic
{
interface IChildComponentCfg : IComponentCfg
{
}
}