This repository has been archived on 2025-11-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

9 lines
187 B
VB.net
Raw Permalink Normal View History

2024-03-11 16:32:52 +08:00
Imports System.Windows.Forms
Namespace UTSModule
Public Interface IUtsForm
Sub ShowForm(parentControl As Control)
Sub RemoveForm()
End Interface
End Namespace