Exemple #1
0
 private void txtCorreo_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoCorreoElectronico(e);
 }