mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
refactor(temp) : 修复了一些命名和构造函数入参类型
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using Serein.Library;
|
||||
using Serein.Library.Api;
|
||||
using Serein.NodeFlow.Env;
|
||||
using Serein.NodeFlow.Services;
|
||||
using Serein.Workbench.Api;
|
||||
using Serein.Workbench.Models;
|
||||
using Serein.Workbench.Services;
|
||||
@@ -27,6 +28,9 @@ namespace Serein.Workbench.ViewModels
|
||||
this.flowEnvironment = flowEnvironment;
|
||||
FlowLibraryInfos = new ObservableCollection<Models.FlowLibraryInfo>();
|
||||
flowEEForwardingService.DllLoad += FlowEEForwardingService_OnDllLoad;
|
||||
|
||||
|
||||
//var baseLibrary = App.GetService<IFlowLibraryService>().LoadBaseLibrary();
|
||||
}
|
||||
/// <summary>
|
||||
/// 加载文件依赖
|
||||
|
||||
Reference in New Issue
Block a user