DataManager.cpp
上传用户:wangdan
上传日期:2022-06-30
资源大小:739k
文件大小:1k
- // DataManager.cpp: implementation of the CDataManager class.
- //数据管理类
- //王健
- //2002年12月21日
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "Test1.h"
- #include "DataManager.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CDataManager::CDataManager()
- {
- }
- CDataManager::~CDataManager()
- {
- }