mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-02 22:36:35 +08:00
内置了Web Server/IRouter的http api请求处理类
This commit is contained in:
@@ -229,9 +229,9 @@ namespace Serein.Library.Api
|
||||
/// <summary>
|
||||
/// 加载项目文件
|
||||
/// </summary>
|
||||
/// <param name="project"></param>
|
||||
/// <param name="projectFile"></param>
|
||||
/// <param name="filePath"></param>
|
||||
void LoadProject(SereinProjectData project, string filePath);
|
||||
void LoadProject(SereinProjectData projectFile, string filePath);
|
||||
/// <summary>
|
||||
/// 从文件中加载Dll
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user