13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
|
|
namespace DTS.Common.Enums.Groups
|
||
|
|
{
|
||
|
|
public abstract class GroupImportEnums
|
||
|
|
{
|
||
|
|
public enum Steps
|
||
|
|
{
|
||
|
|
Options,
|
||
|
|
Preview,
|
||
|
|
Import
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|