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