ref: d04af1ccc8ae96d05a18d4742206712d24a02d38
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_)