10 lines
244 B
C#
10 lines
244 B
C#
namespace JiShe.CollectBus.Settings;
|
|
|
|
public static class CollectBusSettings
|
|
{
|
|
private const string Prefix = "CollectBus";
|
|
|
|
//Add your own setting names here. Example:
|
|
//public const string MySetting1 = Prefix + ".MySetting1";
|
|
}
|