www.pudn.com > 通讯录管理程序源代码(c).rar > MyProperty.cpp
// MyProperty.cpp : implementation file
//
#include "stdafx.h"
#include "tbvc.h"
#include "MyProperty.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMyProperty
IMPLEMENT_DYNAMIC(CMyProperty, CPropertySheet)
CMyProperty::CMyProperty():CPropertySheet("私人通讯录VC版",NULL,0)
{
}
CMyProperty::~CMyProperty()
{
}
BEGIN_MESSAGE_MAP(CMyProperty, CPropertySheet)
//{{AFX_MSG_MAP(CMyProperty)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
void CMyProperty::PostNcDestroy()
{
for(int i=0;i