tbf/TestBenchFramework/BenchControl/Generic/IComponent.cs
2014-07-28 09:56:40 +02:00

9 lines
107 B
C#

namespace TBF.BenchControl.Generic
{
public interface IComponent
{
IComponentCfg Cfg { get; }
}
}