コード例 #1
0
ファイル: FormCalibs.cs プロジェクト: gotowork/LimsProject
        void InitTreeSolution()
        {
            //filtrar soluciones por elemento  y tipo de solucion
            //modSolInterm.GetLstSolution(idelement, type_pattern_solution)
            //lstSolution = modSolInterm.GetLstSolution(group_solution);
            lstSolution = modSolInterm.GetLstSolution(Convert.ToInt32(cbMethod1.EditValue), Idelement, Comun.TypePatternMr.SolucionPatron);

            //
            treeSolInterm.DataSource = lstSolution;
            treeSolInterm.ExpandAll();
        }
コード例 #2
0
 void InitTreeSolution()
 {
     lstSolution = modSolInterm.GetLstSolution(group_solution);
     treeSolInterm.DataSource = lstSolution;
     treeSolInterm.ExpandAll();
     ShowStatusButtons();
 }