Esempio n. 1
0
void DockWindow::CloseContainer(DockCont &c)
{
	c.Clear();
	Detach(c);
	DestroyContainer(c);
}