初始化
This commit is contained in:
10
BLV_Studio/Control/Interface/IFrmTest.vb
Normal file
10
BLV_Studio/Control/Interface/IFrmTest.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
Public Interface IFrmTest
|
||||
''' <summary>
|
||||
''' 显示测试窗体接口
|
||||
''' 测试窗体为各测试机型
|
||||
''' </summary>
|
||||
''' <param name="parentControl"></param>
|
||||
Sub ShowForm(parentControl As Control)
|
||||
Sub ShowForm1(parentControl As Control, ftext As String)
|
||||
|
||||
End Interface
|
||||
Reference in New Issue
Block a user