fix:顶级配置工具

master
sunhonglei 5 months ago
parent dff85fa808
commit 8100eee03b
  1. 4
      ConfigureTool/TabControlDemo.xaml.cs

@ -314,6 +314,10 @@ public partial class TabControlDemo : Window
content = FileEncrypterDecrypter.DecryptFile(filename, "000000"); content = FileEncrypterDecrypter.DecryptFile(filename, "000000");
} }
} }
else
{
return;
}
JsonEntity info = JsonConvert.DeserializeObject<JsonEntity>(content); JsonEntity info = JsonConvert.DeserializeObject<JsonEntity>(content);
if (info != null) if (info != null)
{ {

Loading…
Cancel
Save