9 lines
187 B
VB.net
9 lines
187 B
VB.net
Imports System.Windows.Forms
|
|
|
|
Namespace UTSModule
|
|
Public Interface IUtsForm
|
|
Sub ShowForm(parentControl As Control)
|
|
|
|
Sub RemoveForm()
|
|
End Interface
|
|
End Namespace |