Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Private Async Sub txtPasswordLog_KeyPress(sender As Object, e As KeyPressEventArgs) Handles txtPasswordLog.KeyPress
- If Peek = False Then
- Await Task.Delay(1)
- PasswordChanger(txtPasswordLog, Password)
- End If
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement