第一次提交至Git
This commit is contained in:
9
UTS_Core/UTSModule/IUtsForm.vb
Normal file
9
UTS_Core/UTSModule/IUtsForm.vb
Normal file
@@ -0,0 +1,9 @@
|
||||
Imports System.Windows.Forms
|
||||
|
||||
Namespace UTSModule
|
||||
Public Interface IUtsForm
|
||||
Sub ShowForm(parentControl As Control)
|
||||
|
||||
Sub RemoveForm()
|
||||
End Interface
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user