8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
namespace DTS.Common.Interface.DASFactory
|
|
{
|
|
public interface IAutoArmed
|
|
{
|
|
bool AutoArmed { get; set; }
|
|
}
|
|
}
|