备份
This commit is contained in:
14
demo/Adminstor/ThirdParty/EzUI2/include/EzUI/Button.h
vendored
Normal file
14
demo/Adminstor/ThirdParty/EzUI2/include/EzUI/Button.h
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "Label.h"
|
||||
|
||||
namespace ezui {
|
||||
class UI_EXPORT Button :
|
||||
public Label
|
||||
{
|
||||
private:
|
||||
void Init();
|
||||
public:
|
||||
Button(Object* ownerObject = NULL);
|
||||
virtual ~Button();
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user