DragonNest/Server/ServiceMonitorEx/Source/MainTaskbarIcon.h
Cussrro 47f7895977 Revert "修复编码问题"
This reverts commit 9e69c01767.
2024-12-21 10:04:04 +08:00

24 lines
445 B
C++

#pragma once
#include "OXTaskbarIcon.h"
class CMainTaskbarIcon : public COXTaskbarIcon
{
public:
CMainTaskbarIcon() { };
void DoPopupMenu();
// pointer to window to send messages
CWnd* m_PopupOwner;
//{{AFX_VIRTUAL(CMainTaskbarIcon)
//}}AFX_VIRTUAL
//{{AFX_MSG(CMainTaskbarIcon)
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnRButtonUp(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};