Files
DP44/Common/DTS.CommonCore/.svn/pristine/46/46e031398e2dcbbbfce34d2275ea90e68ef938f6.svn-base

10 lines
212 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Enums.DASFactory;
namespace DTS.Common.Interface.DASFactory
{
public interface IAutoArmStatus
{
DFConstantsAndEnums.CommandStatus AutoArmStatus { get; set; }
}
}