Created
December 2, 2017 20:49
-
-
Save fredyfx/41aa25f9914dd7a53c4ceaa5fa802954 to your computer and use it in GitHub Desktop.
aprendiendo delegados
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
public void btnEnviar_Click(object sender, EventArgs e){ | |
// Aqui manejamos lo que va a pasar cuando el botón fue clickeado. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment