#include "MyForm.h" using namespace MyWinFormsApp; // ???????????? ???? ?????? ??????? [STAThread] int main(array^ args) { Application::EnableVisualStyles(); // ???????? ??????????? ????? ????????? ?????????? Application::SetCompatibleTextRenderingDefault(false); // ????????? ?????????? ?????? Application::Run(gcnew MyForm()); // ?????? ????? return 0; }