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