예제 #1
0
 private void Txtaltura_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validartxt.soloNumeros(e);
 }
 private void Txtestatura_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validartxt.soloDecimal(e);
 }