a
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
// taskmngframe.cpp : implementation file
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "geomative.h"
|
||||
#include "taskmngframe.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
#undef THIS_FILE
|
||||
static char THIS_FILE[] = __FILE__;
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CTaskMngFrame
|
||||
|
||||
IMPLEMENT_DYNCREATE(CTaskMngFrame, CMDIChildWnd)
|
||||
|
||||
CTaskMngFrame::CTaskMngFrame()
|
||||
{
|
||||
}
|
||||
|
||||
CTaskMngFrame::~CTaskMngFrame()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
BEGIN_MESSAGE_MAP(CTaskMngFrame, CMDIChildWnd)
|
||||
//{{AFX_MSG_MAP(CTaskMngFrame)
|
||||
// NOTE - the ClassWizard will add and remove mapping macros here.
|
||||
//}}AFX_MSG_MAP
|
||||
END_MESSAGE_MAP()
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CTaskMngFrame message handlers
|
||||
Reference in New Issue
Block a user