CSplitterWnd* pParent = (CSplitterWnd*) GetParent();
ASSERT(pParent->IsKindOf(RUNTIME_CLASS(CSplitterWnd)));
CMyView* m_pList = (CMyView*) pParent->GetPane(1, 0);
这样出错!改如何得到呢?