Beispiel #1
0
		public Properties Properties(string category, string page)
		{
			var properties = new DTEProperties();
			return properties.GetProperties(category, page);
		}
Beispiel #2
0
        public Properties Properties(string category, string page)
        {
            var properties = new DTEProperties();

            return(properties.GetProperties(category, page));
        }