Files
DP44/Common/DTS.CommonCore/.svn/pristine/39/3927e0341e6c2ac6c330a279eb2a94a198c45bf8.svn-base

8 lines
137 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
namespace DTS.Common.Interface.DASFactory
{
public interface IAutoArmed
{
bool AutoArmed { get; set; }
}
}