Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Private Sub btncalvin_Click(sender As Object, e As EventArgs) Handles btncalvin.Click
  2. txtproduct.Text = btncalvin.Text
  3. End Sub
  4.  
  5. Private Sub btncalvin2_Click(sender As Object, e As EventArgs) Handles btncalvin2.Click
  6. txtproduct.Text = btncalvin2.Text
  7. End Sub
  8.  
  9. Private Sub btnnobel_Click(sender As Object, e As EventArgs) Handles btnnobel.Click
  10. txtproduct.Text = btnnobel.Text
  11. End Sub
  12.  
  13. Private Sub btnpepe_Click(sender As Object, e As EventArgs) Handles btnpepe.Click
  14. txtproduct.Text = btnpepe.Text
  15. End Sub
  16.  
  17. Private Sub btnpepe2_Click(sender As Object, e As EventArgs) Handles btnpepe2.Click
  18. txtproduct.Text = btnpepe2.Text
  19. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement