// Dabout.cpp : implementation file
//

#include "stdafx.h"
#include "megatune.h"
#include "Dabout.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// Dabout dialog


Dabout::Dabout(CWnd* pParent /*=NULL*/)
	: CDialog(Dabout::IDD, pParent)
{
	//{{AFX_DATA_INIT(Dabout)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}


void Dabout::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(Dabout)
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(Dabout, CDialog)
	//{{AFX_MSG_MAP(Dabout)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()


