Esempio n. 1
0
        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();
            }
        }
Esempio n. 2
0
 public SelectSubjectiveWeight(IncidencePoolingAndAggregation ip)
 {
     InitializeComponent();
     currentIP = ip;
 }