mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
优化FlowEnv
This commit is contained in:
@@ -18,9 +18,9 @@ namespace Serein.NodeFlow.Tool
|
||||
/// <summary>
|
||||
/// 管理加载在运行环境中的外部程序集
|
||||
/// </summary>
|
||||
internal class FlowLibraryManagement
|
||||
internal class FlowLibraryService
|
||||
{
|
||||
public FlowLibraryManagement(IFlowEnvironment flowEnvironment)
|
||||
public FlowLibraryService(IFlowEnvironment flowEnvironment)
|
||||
{
|
||||
this.flowEnvironment = flowEnvironment;
|
||||
}
|
||||
Reference in New Issue
Block a user