Пример #1
0
        //creates header for regulation (legal name) used in reporting and adds to dictionary
        protected static void addLegalRegulation(Dictionary <string, string> header, int reportingYear)
        {
            string key = Resources.GetGlobal("Common", "Regulation");

            string code  = ListOfValues.GetRegulationCode(reportingYear);
            string value = LOVResources.LegalRegulationName(code);

            header.Add(key, value);
        }