初始化提交
仓库转移到Gitea,初始化提交,可能丢失以前的git版本日志
This commit is contained in:
12
AUTS_ServiceControler/ITaskForm.vb
Normal file
12
AUTS_ServiceControler/ITaskForm.vb
Normal file
@@ -0,0 +1,12 @@
|
||||
Public Interface ITaskForm
|
||||
''' <summary>设置窗体父容器,并显示</summary>
|
||||
Sub ShowForm(parentControl As Control)
|
||||
|
||||
|
||||
''' <summary> 获取参数 </summary>
|
||||
Function GetParams() As Dictionary(Of String, String)
|
||||
|
||||
''' <summary> 设置参数 </summary>
|
||||
Sub SetParam(params As Dictionary(Of String, String))
|
||||
|
||||
End Interface
|
||||
Reference in New Issue
Block a user