// Button.cpp : Implementation of CButton
#include "stdafx.h"
#include "colbtn.h"
#include "Button.h"
/////////////////////////////////////////////////////////////////////////////
// CButton
HRESULT CButton::OnDraw(ATL_DRAWINFO& di)
{
return S_OK;
}