初始化项目

This commit is contained in:
2025-12-11 14:22:51 +08:00
commit 4243e3e4d8
919 changed files with 840529 additions and 0 deletions

View 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