9 lines
114 B
C#
9 lines
114 B
C#
|
|
namespace TBF.BenchControl.Cameras.IdcCamera
|
|
{
|
|
public interface IWorkerCmd
|
|
{
|
|
string CmdName { get; }
|
|
}
|
|
}
|