10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
using DTS.Common.Enums.DASFactory;
|
|
|
|
namespace DTS.Common.Interface.DASFactory
|
|
{
|
|
public interface IAutoArmStatus
|
|
{
|
|
DFConstantsAndEnums.CommandStatus AutoArmStatus { get; set; }
|
|
}
|
|
}
|