7 lines
106 B
C++
7 lines
106 B
C++
#include "stdafx.h"
|
|
#include "CRoundButton.h"
|
|
|
|
BOOL CRoundButton::OnEraseBkgnd(CDC* pDC)
|
|
{
|
|
return true;
|
|
} |