示例#1
0
int main()
{
    readFile( fileToRead );
    TMyApp myApp;
    myApp.run();
    deleteFile();
    return 0;
}
示例#2
0
文件: main.cpp 项目: idispatch/tvtest
int main() {
    TMyApp myApp;
    myApp.run();
    return 0;
}