Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This example shows how to start an application.
Example
Dim app As New App()
app.Run()
App app = new App();
app.Run();
SimpleProcedural::app^ app = gcnew SimpleProcedural::app();
app->Run();
You only need to call Run when you define your application using only code.