コード例 #1
0
 private void FilterToggledManual(bool AFilterPanelIsCollapsed)
 {
     if ((FFilterFindLogicObject == null) && !AFilterPanelIsCollapsed)
     {
         FFilterFindLogicObject = new TUC_CostCentreListFilterFind(FFilterAndFindObject);
     }
 }
コード例 #2
0
 private void FilterToggledManual(bool AFilterPanelIsCollapsed)
 {
     if ((FFilterFindLogicObject == null) && !AFilterPanelIsCollapsed)
     {
         FFilterFindLogicObject = new TUC_CostCentreListFilterFind(FFilterAndFindObject);
     }
 }