xtd
0.2.0
Loading...
Searching...
No Matches
application_run.cpp
Shows how to create an application with
xtd::forms::application
class.
Windows
macOS
Gnome
#include <xtd/forms/application>
using namespace
xtd::forms
;
auto
main() ->
int
{
application::run();
}
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
xtd_about_box.hpp:12
Generated on Mon Jan 6 2025 18:27:50 for xtd by
Gammasoft
. All rights reserved.