#pragma once
#include "afxwin.h"

class Cchild :
public CWnd
{

public:
Cchild(void);
~Cchild(void);
void OnDestroyme();
DECLARE_MESSAGE_MAP()
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
CButton m_button;
};