Commit 966941ae 张东亮

1

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