mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-22 07:14:15 +08:00
Feature: Support using remote cursor in screen control
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
|
||||
IMPLEMENT_DYNAMIC(CToolbarDlg, CDialogEx)
|
||||
|
||||
CToolbarDlg::CToolbarDlg(CWnd* pParent)
|
||||
CToolbarDlg::CToolbarDlg(CScreenSpyDlg* pParent)
|
||||
: CDialogEx(IDD_TOOLBAR_DLG, pParent)
|
||||
{
|
||||
m_pParent = pParent;
|
||||
}
|
||||
|
||||
CToolbarDlg::~CToolbarDlg()
|
||||
|
||||
Reference in New Issue
Block a user