Created
December 18, 2014 09:42
-
-
Save felixlindemann/1b0f097799cc9e65414a to your computer and use it in GitHub Desktop.
Lime-tree Test 01: Default.aspx.vb (2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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