private void initTreeView(IncidencePoolingAndAggregation incidencePoolingAndAggregation) { List <AllSelectCRFunction> lstRoot = new List <AllSelectCRFunction>(); if (incidencePoolingAndAggregation.lstAllSelectCRFuntion == null) { incidencePoolingAndAggregation.lstAllSelectCRFuntion = new List <AllSelectCRFunction>(); } else { treeListView.Roots = incidencePoolingAndAggregation.lstAllSelectCRFuntion.GetRange(0, 1); treeListView.RebuildAll(true); treeListView.ExpandAll(); } }
public SelectSubjectiveWeight(IncidencePoolingAndAggregation ip) { InitializeComponent(); currentIP = ip; }