public static PropertySettersSettings GetConfig()
		{
			PropertySettersSettings result = (PropertySettersSettings)ConfigurationBroker.GetSection("propertySettersSettings");

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

			return result;
		}
Exemplo n.º 2
0
        public static PropertySettersSettings GetConfig()
        {
            PropertySettersSettings result = (PropertySettersSettings)ConfigurationBroker.GetSection("propertySettersSettings");

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

            return(result);
        }