david's daily developer note

주요 클래스간 참조 방법 본문

[Develop] Native/Native

주요 클래스간 참조 방법

mouse-david 2012. 3. 5. 11:41
728x90
View에서 MainFrame

CMainFrame* pMainFrame = DYNAMIC_DOWNCAST(CMainFrame, GetParentFrame());
if (pMainFrame == NULL)
{
return;
}
728x90