${res:Templates.Project.WindowsApplication.Name}
C++.NET
C++.Project.Form
C++.NET
${res:Templates.Project.WindowsApplication.Description}
${ProjectName}
SuspendLayout();
this->Name = "MainForm";
this->Text = "This is my form";
this->Size = System::Drawing::Size(300, 300);
this->ResumeLayout(false);
}
int main()
{
System::Windows::Forms::Application::Run(new MainForm());
}]]>
#using
#using
#using
]]>