a
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
// DataMngStruct.h: interface for the CDataMngStruct class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if !defined(AFX_DATAMNGSTRUCT_H__E5353CB0_51D2_40B4_8982_7B7BE35FAB95__INCLUDED_)
|
||||
#define AFX_DATAMNGSTRUCT_H__E5353CB0_51D2_40B4_8982_7B7BE35FAB95__INCLUDED_
|
||||
|
||||
#include "Constant.h"
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
class CDataMngStruct
|
||||
{
|
||||
public:
|
||||
virtual bool ShowDetailInfo(CListCtrl& dmsDetailList); //显示详细信息
|
||||
CDataMngStruct();
|
||||
virtual ~CDataMngStruct();
|
||||
};
|
||||
|
||||
#endif // !defined(AFX_DATAMNGSTRUCT_H__E5353CB0_51D2_40B4_8982_7B7BE35FAB95__INCLUDED_)
|
||||
Reference in New Issue
Block a user