TouchBoard/CRoundButton.cpp

7 lines
106 B
C++
Raw Permalink Normal View History

2025-03-17 10:29:45 +09:00
#include "stdafx.h"
#include "CRoundButton.h"
BOOL CRoundButton::OnEraseBkgnd(CDC* pDC)
{
return true;
}