Example #1
0
        // Получить имя типа
        private string GetName(int IDObject)
        {
            switch (this._TypeRules)
            {
            case (int)typeRules.Section:
                return(cs.GetSectionCulture(IDObject));

            default:
                return(null);
            }
        }