Guest User

Untitled

a guest
Jan 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. using namespace System;
  2. using namespace System::Windows::Forms;
  3. [STAThreadAttribute]
  4. void Main(array<String^>^ args) {
  5. Application::EnableVisualStyles();
  6. Application::SetCompatibleTextRenderingDefault(false);
  7. Project1::MyForm form;
  8. Application::Run(%form);
  9. }
Add Comment
Please, Sign In to add comment