8 lines
119 B
C#
8 lines
119 B
C#
|
namespace XKRS.Common.Interface
|
|||
|
{
|
|||
|
public interface IRunCtrl
|
|||
|
{
|
|||
|
IDevice Device { get; set; }
|
|||
|
}
|
|||
|
}
|