private void cmdMarca_Click(object sender, EventArgs e) { frmCatMarcas la = new frmCatMarcas(db, ParamSystem, user.CodPerfil, 4); la.CaptionBarColor = ColorTranslator.FromHtml(StiloColor.Encabezado); la.CaptionForeColor = ColorTranslator.FromHtml(StiloColor.FontColor); la.ShowDialog(); if (!string.IsNullOrEmpty(la.idxG)) { _CveMarc = la.dv[0]; txtMarca.Text = la.dv[1]; } }
private void CatMarcas_Click(object sender, EventArgs e) { frmCatMarcas fm = new frmCatMarcas(db, Perfil); Nav(fm, panelContenedor); }