설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

退出.vb 302B

123456789
  1. Public Class 退出
  2. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
  3. Application.Exit()
  4. End Sub
  5. Private Sub 退出_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  6. Me.FormBorderStyle = FormBorderStyle.None
  7. End Sub
  8. End Class