10 lines
231 B
C#
10 lines
231 B
C#
namespace Syc.Basic.Web.WMS.Settings;
|
|
|
|
public static class WMSSettings
|
|
{
|
|
private const string Prefix = "WMS";
|
|
|
|
//Add your own setting names here. Example:
|
|
//public const string MySetting1 = Prefix + ".MySetting1";
|
|
}
|