10 lines
230 B
C#
10 lines
230 B
C#
namespace ET.Analyzer
|
|
{
|
|
public static class AnalyzerGlobalSetting
|
|
{
|
|
/// <summary>
|
|
/// 是否开启项目的所有分析器
|
|
/// </summary>
|
|
public static bool EnableAnalyzer = true;
|
|
}
|
|
} |