6 lines
155 B
VB.net
6 lines
155 B
VB.net
|
|
Public Interface FromInterface1
|
|||
|
|
Function SetFormPattern(ParamArray args() As Object) As Boolean
|
|||
|
|
Function GetFormData() As Object
|
|||
|
|
|
|||
|
|
End Interface
|