6 lines
115 B
C#
6 lines
115 B
C#
namespace Sozsoft.Settings;
|
|
|
|
public static class Constants
|
|
{
|
|
public const char MultiValueDelimiter = '|';
|
|
}
|