#include "MyForm.h"   using namespace System; using namespace System::Windows::Forms; [STAThread] int main(array^args){         Application::EnableVisualStyles();         Application::SetCompatibleTextRenderingDefault(false);         Lab3::MyForm form;         Application::Run(%form); }