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