摘要: #include "wx/wx.h"class MyApp : public wxApp{public: virtual bool OnInit();};class MyFrame:public wxFrame{public: MyFrame(const wxString& title)... 阅读全文
posted @ 2015-04-15 11:59 小艾利 阅读(376) 评论(0) 推荐(0)