mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-14 21:46:35 +08:00
尝试分离NodeModel与依赖包
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
using Serein.Flow.Tool;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
||||
|
||||
namespace Serein.Flow.NodeModel
|
||||
{
|
||||
|
||||
@@ -59,7 +55,7 @@ namespace Serein.Flow.NodeModel
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Debug.Write(ex.Message);
|
||||
Console.WriteLine(ex.Message);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user