Files

6 lines
155 B
VB.net
Raw Permalink Normal View History

2025-12-11 14:22:51 +08:00
Public Interface FromInterface1
Function SetFormPattern(ParamArray args() As Object) As Boolean
Function GetFormData() As Object
End Interface