init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.ComponentModel;
|
||||
using DTS.Common.Converters;
|
||||
|
||||
namespace DTS.Common.Enums
|
||||
{
|
||||
[TypeConverter(typeof(EnumDescriptionTypeConverter))]
|
||||
public enum InitializationTypes
|
||||
{
|
||||
Aero,
|
||||
Crash,
|
||||
TSRAIR
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user