Example #1
0
        public void Test()
        {
            CustomSection customSection = CustomSection.GetCustomSection();

            customSection.Name  += "name ";
            customSection.Value += "value ";
            customSection.Save();
        }