Geen omschrijving
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 285B

12345678
  1. Public Class 鎖定視窗
  2. Private Sub 鎖定視窗_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  3. End Sub
  4. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
  5. SQL_鎖定確認() : Application.Exit()
  6. End Sub
  7. End Class