Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using namespace System;
- //int main(array<System::String ^> ^args)
- //{
- // return 0;
- //}
- #include "MyForm.h"
- using namespace System::Windows::Forms;
- [STAThread]
- int main() {
- Application::EnableVisualStyles();
- Application::SetCompatibleTextRenderingDefault(false);
- Application::Run(gcnew ПроектЛР11::MyForm());
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement