init
This commit is contained in:
7
Common/DTS.Common/Interface/DASFactory/IAutoArmed.cs
Normal file
7
Common/DTS.Common/Interface/DASFactory/IAutoArmed.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace DTS.Common.Interface.DASFactory
|
||||
{
|
||||
public interface IAutoArmed
|
||||
{
|
||||
bool AutoArmed { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user