mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-08 02:30:49 +08:00
NodeMVVMManagement不再是静态类,而是运行环境内部的成员。
This commit is contained in:
@@ -71,9 +71,8 @@ public class FlowLibrary
|
||||
});
|
||||
}
|
||||
|
||||
private static void OnCompileComplete(System.Reflection.Assembly assembly)
|
||||
private static void OnCompileComplete(FlowLibrary flowLibrary)
|
||||
{
|
||||
FlowLibrary flowLibrary = new FlowLibrary(assembly);
|
||||
var loadResult = flowLibrary.LoadAssembly(); // 动态编译完成后加载程序集
|
||||
if (!loadResult)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user