mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-05-01 12:59:30 +08:00
修复了一个拼写错误
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Serein.Workbench.ViewModels
|
|||||||
CreateFlowCanvasCommand = new RelayCommand(CreateFlowCanvas); // 增加画布
|
CreateFlowCanvasCommand = new RelayCommand(CreateFlowCanvas); // 增加画布
|
||||||
RemoteFlowCanvasCommand = new RelayCommand(RemoteFlowCanvas); // 移除画布
|
RemoteFlowCanvasCommand = new RelayCommand(RemoteFlowCanvas); // 移除画布
|
||||||
|
|
||||||
StartFlowCommand = new RelayCommand(StartFlow);
|
StartFlowCommand = new RelayCommand(StartUIFlow);
|
||||||
StartCurrentCanvasFlowCommand = new RelayCommand(StartCurrentCanvasFlow); // 运行当前所查看画布的流程
|
StartCurrentCanvasFlowCommand = new RelayCommand(StartCurrentCanvasFlow); // 运行当前所查看画布的流程
|
||||||
StopCurrentCanvasFlowCommand = new RelayCommand(StopCurrentCanvasFlow); // 停止当前流程
|
StopCurrentCanvasFlowCommand = new RelayCommand(StopCurrentCanvasFlow); // 停止当前流程
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user