Exemplo n.º 1
0
/** Destructor. */
Window::~Window()
{
	_window_manager.RemoveFromStack(this);
	this->MarkDirty();
}