示例#1
0
文件: main.cpp 项目: dulton/XGUI
int main(/*int argc, char *argv[]*/)
{
	XApplication app;
	
	T c1;
	c1.init();
	
	return app.run();
}