tbf/TestBenchFramework/BenchControl/Generic/IChildComponentCfg.cs

9 lines
96 B
C#
Raw Normal View History


namespace TBF.BenchControl.Generic
{
interface IChildComponentCfg : IComponentCfg
{
}
}