From dbbaa10cc0cb0a40fa22e7d6876d06c65dbedf84 Mon Sep 17 00:00:00 2001 From: fengjiayi <12821976+ning_xi@user.noreply.gitee.com> Date: Tue, 10 Dec 2024 23:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FlowStartTool/Serein.FlowStartTool.csproj | 5 +++ Library/FlowNode/MethodDetails.cs | 1 + Library/FlowNode/NodeModelBaseFunc.cs | 21 ++++++------ .../SerinExpressionEvaluator.cs | 20 +++++------ NodeFlow/Env/FlowEnvironment.cs | 2 ++ NodeFlow/FlowStarter.cs | 14 ++++---- NodeFlow/Model/SingleFlipflopNode.cs | 34 +++++++++++-------- WorkBench/App.xaml.cs | 6 ++-- WorkBench/MainWindow.xaml | 6 ++-- WorkBench/MainWindow.xaml.cs | 20 +++++++++++ WorkBench/Serein.WorkBench.csproj | 4 +-- 11 files changed, 84 insertions(+), 49 deletions(-) diff --git a/FlowStartTool/Serein.FlowStartTool.csproj b/FlowStartTool/Serein.FlowStartTool.csproj index 8a1227c..3ed1f3a 100644 --- a/FlowStartTool/Serein.FlowStartTool.csproj +++ b/FlowStartTool/Serein.FlowStartTool.csproj @@ -31,6 +31,11 @@ + + + + + +