Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This example shows how to start an application.
Example
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. See Code-Only Windows Application Sample for a description of how to do this.