Beispiel #1
0
PlaylistFrame::~PlaylistFrame()
{
////@begin PlaylistFrame destruction
	SessionWindow *sessionWnd = ((SessionWindow *)GetParent());
	SkinLite *skinLite = (SkinLite *)(sessionWnd->GetParent());
	skinLite->ChangePlaylistExistsStatus(false);

	if (skinLite->CheckSessionWindowExists())
		sessionWnd->EnableSendFileTransfer();
////@end PlaylistFrame destruction
}