mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-30 19:43:28 +08:00
尝试分离NodeModel与依赖包
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Library\Serein.Library.csproj" />
|
||||
<ProjectReference Include="..\NodeFlow\Serein.NodeFlow.csproj" />
|
||||
<ProjectReference Include="..\WorkBench\Serein.WorkBench.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Serein.Flow;
|
||||
using Serein.Flow.Tool;
|
||||
using Serein.Library.Http;
|
||||
using Serein.Library.Http;
|
||||
using Serein.NodeFlow;
|
||||
using Serein.NodeFlow.Tool;
|
||||
using static MyDll.PlcDevice;
|
||||
namespace MyDll
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user