暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

鎖定視窗.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