Commit b13aae5a 刘韬

1

1 个父辈 d9e7aa8e
...@@ -273,7 +273,7 @@ namespace UILanguageTooles ...@@ -273,7 +273,7 @@ namespace UILanguageTooles
/// <summary> /// <summary>
/// 代码行中包含以下文本不转换 /// 代码行中包含以下文本不转换
/// </summary> /// </summary>
static string[] excludeline = new string[] {"throw", "LogUtil", ".log" , "LOGGER.", "LOGGER.", " const ", "OutDebug","VLog.", ".Info", ".Error", "AppSetting.", "Log.Warn", ".errlog" }; static string[] excludeline = new string[] {"throw", "LogUtil", ".log" , "LOGGER.", "LOGGER.", " const ", "OutDebug","VLog.", ".Info", ".Error", "AppSetting.", "Log.Warn", ".errlog", "const" };
private void Form1_Load(object sender, EventArgs e) private void Form1_Load(object sender, EventArgs e)
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!