Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Private Sub btnhapus_Click(sender As Object, e As EventArgs) Handles btnhapus.Click
  2. cbbanktransfer.Text = ""
  3. cbproduct.Text = ""
  4. cbjenislensa.Text = ""
  5. txtdiskon.Text = ""
  6. txtproduct.Text = ""
  7. txtharga.Text = ""
  8. txtalamat.Text = ""
  9. txttelepon.Text = ""
  10. txtnamapelanggan.Text = ""
  11. txtmetode.Text = ""
  12. txttotal.Text = ""
  13. txtmuka.Text = ""
  14. txtsisa.Text = ""
  15. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement