准备添加流程接口调用

This commit is contained in:
fengjiayi
2025-07-04 21:31:07 +08:00
parent 340ff7770f
commit 162dc7bcf8
23 changed files with 1401 additions and 1698 deletions

View File

@@ -10,7 +10,7 @@ namespace Serein.Library.Api
/// <summary>
/// 流程中的控件
/// </summary>
public interface IFlowControl
public interface IFlowUIControl
{
/// <summary>
/// 节点执行事件
@@ -33,7 +33,7 @@ namespace Serein.Library.Api
/// 获取窗体控件
/// </summary>
/// <returns></returns>
IFlowControl GetFlowControl();
IFlowUIControl GetFlowControl();
}