第一次提交至Git

This commit is contained in:
2024-03-11 16:32:52 +08:00
commit 3f6c4d62b9
2865 changed files with 2172317 additions and 0 deletions

View 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