init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace DTS.Common.Enums
|
||||
{
|
||||
//FB 44625 used to specify the options Yes, No buttons ot NotSet which means
|
||||
//none of the Yes/No selected
|
||||
public enum DestructiveTestChoices
|
||||
{
|
||||
Yes,
|
||||
No,
|
||||
NotSet
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user