Exemplo n.º 1
0
 private void txtPrecioBase_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoCon2Decimales(e);
 }
Exemplo n.º 2
0
 private void txtValorKilometro_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoCon2Decimales(e);
 }