Skip to content

Instantly share code, notes, and snippets.

@felixlindemann
Created December 18, 2014 09:42
Show Gist options
  • Save felixlindemann/1b0f097799cc9e65414a to your computer and use it in GitHub Desktop.
Save felixlindemann/1b0f097799cc9e65414a to your computer and use it in GitHub Desktop.
Lime-tree Test 01: Default.aspx.vb (2)
Private Sub sugarlevel_TextChanged(sender As Object, e As EventArgs) Handles sugarlevel.TextChanged
calc()
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
calc()
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment