Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Exercise 9

Public Class Form1


Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles Button1.Click
Label2.Text = "3.45"
End Sub
Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles Label1.Click
End Sub
End Class

You might also like