Пример #1
0
 private void txtPrecioBase_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoCon2Decimales(e);
 }
Пример #2
0
 private void txtValorKilometro_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoCon2Decimales(e);
 }