Files

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

2026-08-27 11:04:21 -06:00
Public Class Form2
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Close()
End Sub
End Class