Вы находитесь на странице: 1из 1

using namespace System;

using namespace System::Windows::Forms;

[STAThread]
int main(array<String^>^ arg) {
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
Project1::MyForm form;
Application::Run(%form);
}

Вам также может понравиться