#pragma once #include #include #include #include #include #include #include #include #include using namespace RSREU::IO; using namespace System; using namespace System::Windows::Forms; using namespace System::Collections::Generic; [Serializable] ref struct Applicant { String^ surname; String^ name; String^ patro; String^ address; String^ benefit; UInt32 score_UGE; String^ trend; }; void writeInFile(List^ list); void MarshalString(String^ s, std::string& os);