private void txtPVentaImpuesto_Enter(object sender, EventArgs e) { Funciones.SelTexto((TextBox)sender); }
private void txtGanancia_Enter(object sender, EventArgs e) { Funciones.SelTexto((TextBox)sender); }