Partilhar via


Como: Iniciar um aplicativo

This example shows how to start an application.

Exemplo

      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.

Consulte também

Conceitos

Visão Geral do Gerenciamento de Aplicativo