Bez popisu
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 293B

12345678
  1. Public Class 列印
  2. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
  3. BL1 = True : Me.Close()
  4. End Sub
  5. Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
  6. BL1 = False : Me.Close()
  7. End Sub
  8. End Class