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