Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Imports TESTSERVERLib
- Imports System.Reflection
- Public Class Form1
- Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
- Dim test As New TESTSERVERLib.Pippo
- Dim l As String
- l = test.MyProp1
- MsgBox(l)
- End Sub
- End Class
Advertisement
Add Comment
Please, Sign In to add comment