예제 #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);
 }