mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-05-02 13:21:28 +08:00
练习一下git
This commit is contained in:
@@ -157,13 +157,13 @@ namespace Serein.WorkBench
|
|||||||
Shutdown(); // 关闭应用程序
|
Shutdown(); // 关闭应用程序
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (1 == 1)
|
//else if (1 == 1)
|
||||||
{
|
//{
|
||||||
string filePath = @"F:\临时\project\project.dnf";
|
// string filePath = @"F:\临时\project\wat project.dnf";
|
||||||
string content = System.IO.File.ReadAllText(filePath); // 读取整个文件内容
|
// string content = System.IO.File.ReadAllText(filePath); // 读取整个文件内容
|
||||||
FData = JsonConvert.DeserializeObject<SereinOutputFileData>(content);
|
// FData = JsonConvert.DeserializeObject<SereinOutputFileData>(content);
|
||||||
App.FileDataPath = System.IO.Path.GetDirectoryName(filePath);
|
// App.FileDataPath = System.IO.Path.GetDirectoryName(filePath);
|
||||||
}
|
//}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user