示例#1
0
 private void ManageSubModulePanel(object btn, Panel panel = null)
 {
     ActionControl.HighLigthBtn(btn, sideBar);
     HideSubModulePanel();
     if (panel != null)
     {
         panel.Visible = !panel.Visible;
     }
 }