Commit 966941ae 张东亮

1

1 个父辈 a49febe5
......@@ -89,7 +89,7 @@ namespace ChangeConfigKey
if (!loaderror)
{
//File.Delete(file);
File.Delete(file);
}
}
}
......
......@@ -13,10 +13,10 @@ namespace ChangeConfigKey
static void Main(string[] args)
{
string cmd = Console.ReadLine();
if (!"change".Equals(cmd.ToLower()))
{
return;
}
//if (!"change".Equals(cmd.ToLower()))
//{
// return;
//}
Common.LoadConfig();
int cnt1 = Common.configlist.Count;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!