Ultron.Proxy/Ultron.Proxy/Shared/Global.cs

10 lines
211 B
C#

namespace Ultron.Proxy.Utils.Shared
{
/// <summary>
/// 放一些全局公用的靜態變量
/// </summary>
public sealed class Global
{
public const string LogFormat = "";
}
}