11 lines
232 B
C#
11 lines
232 B
C#
using DTS.Common.Enums.DASFactory;
|
|
using DTS.DASLib.Command.SLICE;
|
|
|
|
namespace DTS.DASLib.Service
|
|
{
|
|
public interface IAutoArmStatus
|
|
{
|
|
DFConstantsAndEnums.CommandStatus AutoArmStatus { get; set; }
|
|
}
|
|
}
|