예제 #1
0
파일: Utils.cs 프로젝트: akrisiun/AiLib
        public static object GetPropertyValue(System.ComponentModel.PropertyDescriptorCollection properties, object obj, string property)
        {
            var value = properties.GetPropertyValue(property);

            return(value);
        }