8 lines
196 B
C#
8 lines
196 B
C#
namespace MesETL.App.Const;
|
|
|
|
public static class ConstVar
|
|
{
|
|
public const string Producer = "Producer";
|
|
public const string Null = "NULL";
|
|
public const string MyDumperNull = @"\N";
|
|
} |