Imports System.Windows.Forms Namespace UTSModule Public Interface IUtsForm Sub ShowForm(parentControl As Control) Sub RemoveForm() End Interface End Namespace