Exemplo n.º 1
0
 private void tb_alquiler_KeyPress(object sender, KeyPressEventArgs e)
 {
     ver.SoloDecimal(e);
 }
Exemplo n.º 2
0
 private void SoloDecimales(object sender, KeyPressEventArgs e)
 {
     ver.SoloDecimal(e);
 }
Exemplo n.º 3
0
 private void tb_precio_KeyPress(object sender, KeyPressEventArgs e)
 {
     ver.SoloDecimal(e);
 }