tinyphone/microsip/IconButton.cpp

16 lines
239 B
C++
Raw Permalink Normal View History

2018-11-02 02:25:42 +05:30
// CIconButton.cpp : implementation file
//
#include "StdAfx.h"
#include "IconButton.h"
// CIconButton
IMPLEMENT_DYNAMIC(CIconButton, CButton)
CIconButton::CIconButton()
{
}
CIconButton::~CIconButton()
{
}