9 lines
107 B
C#
9 lines
107 B
C#
|
|
namespace TBF.BenchControl.Generic
|
|
{
|
|
public interface IComponent
|
|
{
|
|
IComponentCfg Cfg { get; }
|
|
}
|
|
}
|