Improve: Reduce master program redundant code
This commit is contained in:
@@ -158,17 +158,13 @@ public:
|
||||
|
||||
// CVideoDlg <20>Ի<EFBFBD><D4BB><EFBFBD>
|
||||
|
||||
class CVideoDlg : public CDialog
|
||||
class CVideoDlg : public DialogBase
|
||||
{
|
||||
DECLARE_DYNAMIC(CVideoDlg)
|
||||
HICON m_hIcon;
|
||||
|
||||
public:
|
||||
CVideoDlg(CWnd* pParent = NULL, IOCPServer* IOCPServer = NULL, CONTEXT_OBJECT *ContextObject = NULL); // <20><><EFBFBD><D7BC><EFBFBD>캯<EFBFBD><ECBAAF>
|
||||
virtual ~CVideoDlg();
|
||||
CONTEXT_OBJECT* m_ContextObject;
|
||||
IOCPServer* m_iocpServer;
|
||||
CString m_strIPAddress;
|
||||
|
||||
LPBITMAPINFO m_BitmapInfor_Full;
|
||||
BYTE* m_BitmapData_Full;
|
||||
|
||||
Reference in New Issue
Block a user