代码拉取完成,页面将自动刷新
// OnestoreCodeDlgDemo.h : main header file for the PROJECT_NAME application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
#include "OneStoreCode/EventMgr/CEventMgr.h"
// COnestoreCodeDlgDemoApp:
// See OnestoreCodeDlgDemo.cpp for the implementation of this class
//
class COnestoreCodeDlgDemoApp : public CWinApp
{
public:
COnestoreCodeDlgDemoApp();
// Overrides
public:
virtual BOOL InitInstance();
// Implementation
int memberfun1(int);
DECLARE_MESSAGE_MAP()
CEventMgr<void(int)> m_EventMgrVoid;
CEventMgr<int()> m_EventMgr0;
CEventMgr<int(int)> m_EventMgr1;
CEventMgr<int(int, char)> m_EventMgr2;
CEventMgr<int(int, int, char)> m_EventMgr3;
CEventMgr<int(int, int, char, int)> m_EventMgr4;
CEventMgr<int(int, int, char, int, char)> m_EventMgr5;
CEventMgr<int(int, int, char, int, char, int)> m_EventMgr6;
};
extern COnestoreCodeDlgDemoApp theApp;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。