ontrolevent.cpp
来自「上传的是有关mfc的详细介绍」· C++ 代码 · 共 21 行
CPP
21 行
// ontrolEvent.cpp: implementation of the ControlEvent class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ControlEvent.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
ControlEvent::ControlEvent()
{
}
ControlEvent::~ControlEvent()
{
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?