Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1234567891011121314 |
-
- #ifndef DIALOGAPP_H
- #define DIALOGAPP_H
-
- #include <wx/app.h>
-
- class dialogapp : public wxApp
- {
- public:
- virtual bool OnInit();
- };
-
- //wxDECLARE_APP(dialogapp);
- #endif
|