ref: 07a18e8f102dd3d94d93f8f65da5da2f293ca294
dir: /wingui/AbstractPropertyPageContents.h/
// AbstractPropertyPageContents.h: interface for the CAbstractPropertyPageContents class.
// Author: Torsten Landmann
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ABSTRACTPROPERTYPAGECONTENTS_H__7B47B265_0FF8_11D5_8402_0080C88C25BD__INCLUDED_)
#define AFX_ABSTRACTPROPERTYPAGECONTENTS_H__7B47B265_0FF8_11D5_8402_0080C88C25BD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CAbstractPropertyPageContents
{
public:
CAbstractPropertyPageContents();
virtual ~CAbstractPropertyPageContents();
};
#endif // !defined(AFX_ABSTRACTPROPERTYPAGECONTENTS_H__7B47B265_0FF8_11D5_8402_0080C88C25BD__INCLUDED_)