diff --git a/WorkBench/App.xaml.cs b/WorkBench/App.xaml.cs index b4f8aaf..9294f6c 100644 --- a/WorkBench/App.xaml.cs +++ b/WorkBench/App.xaml.cs @@ -157,13 +157,13 @@ namespace Serein.WorkBench Shutdown(); // 关闭应用程序 } } - else if (1 == 1) - { - string filePath = @"F:\临时\project\project.dnf"; - string content = System.IO.File.ReadAllText(filePath); // 读取整个文件内容 - FData = JsonConvert.DeserializeObject(content); - App.FileDataPath = System.IO.Path.GetDirectoryName(filePath); - } + //else if (1 == 1) + //{ + // string filePath = @"F:\临时\project\wat project.dnf"; + // string content = System.IO.File.ReadAllText(filePath); // 读取整个文件内容 + // FData = JsonConvert.DeserializeObject(content); + // App.FileDataPath = System.IO.Path.GetDirectoryName(filePath); + //} } }