Files
Desktop_BLVStudio_EN/BLV_Studio/Test/ParameterTesting.vb
2025-12-11 14:22:51 +08:00

54 lines
314 B
VB.net
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Public Class ParameterTesting
Public Enum ParType
''' <summary>
''' 无检测
''' </summary>
none = 1
End Enum
Public Shared Function ParameterTest(parval As String party As ParType) As Boolean
End Function
End Class