2025-11-11 19:49:52 +00:00
|
|
|
|
namespace Erp.Settings.Settings;
|
2025-05-06 06:45:49 +00:00
|
|
|
|
|
|
|
|
|
|
public static class SettingsSettings
|
|
|
|
|
|
{
|
|
|
|
|
|
public const string GroupName = "Settings";
|
|
|
|
|
|
|
|
|
|
|
|
/* Add constants for setting names. Example:
|
|
|
|
|
|
* public const string MySettingName = GroupName + ".MySettingName";
|
|
|
|
|
|
*/
|
|
|
|
|
|
}
|
2025-11-11 19:49:52 +00:00
|
|
|
|
|