1 #include "CUIButton.h"
2 
CUIButton(CUIWindow * parentWindow,int x,int y,int width,int height)3 CUIButton::CUIButton(CUIWindow* parentWindow, int x, int y, int width, int height)
4 		  :CUIWindow(parentWindow, x, y, width, height)
5 {
6 }
7 
8 /*
9 CUIButton::~CUIButton(void)
10 {
11 }
12 */