windows-nt/Source/XPSP1/NT/termsrv/remdsk/msngr/approvaldialog.cpp
2020-09-26 16:20:57 +08:00

31 lines
645 B
C++

// ApprovalDialog.cpp: implementation of the CApprovalDialog class.
//
//////////////////////////////////////////////////////////////////////
// This class is temporary until the remote control completed stuff
// is fixed for Salem
#include "stdafx.h"
#include "ApprovalDialog.h"
#include "RemoteDesktopClientSession.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CApprovalDialog::CApprovalDialog()
{
}
CApprovalDialog::~CApprovalDialog()
{
}
VOID CApprovalDialog::OnOk()
{
m_rObj->ShowRemdeskControl();
}