no message
This commit is contained in:
parent
225378888c
commit
df8e3ca54c
@ -107,6 +107,10 @@ void BasicForm::InitWindow()
|
|||||||
tree->GetRootNode()->AddChildNode(node);
|
tree->GetRootNode()->AddChildNode(node);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ui::Window* ss = dynamic_cast<ui::Window*>(FindControl(L"ss"));
|
||||||
|
if (nullptr != ss) {
|
||||||
|
ss->SetWindowResourcePath(L"basic/newmonitor.xml");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LRESULT BasicForm::OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
LRESULT BasicForm::OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||||
|
Loading…
Reference in New Issue
Block a user