Beispiel #1
0
 /// <summary>
 /// Add CustomProperty to Collectionbase List
 /// </summary>
 /// <param name="Value"></param>
 public void Add(CustomProperty Value)
 {
     base.List.Add(Value);
 }
Beispiel #2
0
 public CustomPropertyDescriptor(ref CustomProperty myProperty, Attribute[] attrs, String strCategory) : base(myProperty.Name, attrs)
 {
     m_Property        = myProperty;
     m_strCategoryName = strCategory;
 }