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(); }
void InitTreeSolution() { lstSolution = modSolInterm.GetLstSolution(group_solution); treeSolInterm.DataSource = lstSolution; treeSolInterm.ExpandAll(); ShowStatusButtons(); }