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