7 lines
105 B
C#
7 lines
105 B
C#
namespace DataModel.Database;
|
|
|
|
public enum SettingDeepLAction
|
|
{
|
|
MANUAL,
|
|
AUTOMATIC_ALL,
|
|
} |