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