mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-27 18:23:23 +08:00
重构了运行逻辑。上下文使用对象池封装,节点方法调用时间传递CancellationTokenSource用来中止任务
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:Serein.Workbench"
|
||||
xmlns:view="clr-namespace:Serein.Workbench.Views"
|
||||
StartupUri="Views/FlowWorkbenchView.xaml"
|
||||
StartupUri="MainWindow.xaml"
|
||||
Startup="Application_Startup">
|
||||
<!--StartupUri="Views/FlowWorkbenchView.xaml"-->
|
||||
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
|
||||
Reference in New Issue
Block a user