Пример #1
0
 private void Txtedad_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.soloNumeros(e);
 }
Пример #2
0
 private void Txthipotenusa_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.soloNumeros(e);
 }