示例#1
0
 private void FilterPanelHide()
 {
     if (filterPanel == null)
     {
         return;
     }
     filterPanel.Hide();
     splitter.Hide();
     FilterIsShowihg = false;
     currentFilterId = "";
 }