Guest User

Untitled

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