mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-22 17:16:34 +08:00
增加流程运行特性:支持异步节点
This commit is contained in:
@@ -7,6 +7,9 @@ using System.Windows.Input;
|
||||
|
||||
namespace Net462DllTest.Utils
|
||||
{
|
||||
/// <summary>
|
||||
/// 用于窗体View与ViewModel进行交互
|
||||
/// </summary>
|
||||
public class RelayCommand : ICommand
|
||||
{
|
||||
private readonly Action<object> _execute;
|
||||
|
||||
Reference in New Issue
Block a user