示例#1
0
 private void Txtaltura_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.soloDecimal(e);
 }
示例#2
0
 private void Txtlongitud_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.soloDecimal(e);
 }