private void txtGanancia_KeyPress(object sender, KeyPressEventArgs e) { Funciones.ValidarCampo(e, "D", (TextBox)sender); }
private void txtPVentaImpuesto_KeyPress(object sender, KeyPressEventArgs e) { Funciones.ValidarCampo(e, "D", (TextBox)sender); }
private void txtMinimo_KeyPress(object sender, KeyPressEventArgs e) { Funciones.ValidarCampo(e, "N", (TextBox)sender); }