mirror of
https://github.com/voiceip/tinyphone
synced 2026-08-07 02:26:03 -04:00
15 lines
239 B
C++
15 lines
239 B
C++
// CIconButton.cpp : implementation file
|
|
//
|
|
#include "StdAfx.h"
|
|
#include "IconButton.h"
|
|
|
|
// CIconButton
|
|
IMPLEMENT_DYNAMIC(CIconButton, CButton)
|
|
CIconButton::CIconButton()
|
|
{
|
|
}
|
|
|
|
CIconButton::~CIconButton()
|
|
{
|
|
}
|
|
|