@@ -1,2 +1,4 @@
# repos_main
-
+## IDE关键代码说明
+* 如何判断CDockablePane是否隐藏或显示,使用IsVisible()即可。
+* 如果CDockablePane关闭了,使用ShowPane(TRUE,FALSE,TRUE)重新打开。