Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Public Class Form1
- '類別變數
- Dim flag As Byte = 0
- Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
- If flag = 0 Then
- flag = 1
- Else
- flag = 0
- End If
- End Sub
- End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement