public static PropertyEditorConfigurationSection GetConfig()
		{
			PropertyEditorConfigurationSection result = (PropertyEditorConfigurationSection)ConfigurationBroker.GetSection("propertyEditorConfig");

			if (result == null)
				result = new PropertyEditorConfigurationSection();

			return result;
		}
예제 #2
0
        public static PropertyEditorConfigurationSection GetConfig()
        {
            PropertyEditorConfigurationSection result = (PropertyEditorConfigurationSection)ConfigurationBroker.GetSection("propertyEditorConfig");

            if (result == null)
            {
                result = new PropertyEditorConfigurationSection();
            }

            return(result);
        }