mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-02 06:26:35 +08:00
准备添加流程接口调用
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user