Exemplo n.º 1
0
 private void txtGanancia_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones.ValidarCampo(e, "D", (TextBox)sender);
 }
Exemplo n.º 2
0
 private void txtPVentaImpuesto_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones.ValidarCampo(e, "D", (TextBox)sender);
 }
Exemplo n.º 3
0
 private void txtMinimo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones.ValidarCampo(e, "N", (TextBox)sender);
 }