Exemple #1
0
        //creates header for regulation (unformal) used in reporting and adds to dictionary
        protected static void addRegulation(Dictionary <string, string> header, int reportingYear)
        {
            string key = Resources.GetGlobal("Common", "Regulation");

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

            header.Add(key, value);
        }