11 lines
173 B
C#
11 lines
173 B
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.Cameras.IdcCamera
|
|
{
|
|
public interface IWorkerCmd
|
|
{
|
|
string CmdName { get; }
|
|
}
|
|
}
|