/// <summary>Add a property to the list of properties to be displayed in the PropertyGrid.</summary>
 /// <param name="property">The property to be added.</param>
 private void ShowProperty(GlobalPropertyDescriptor property)
 {
     if (!propertyDescriptors.Contains(property))
     {
         propertyDescriptors.Add(property);
     }
 }
Esempio n. 2
0
 /// <summary>Add a property to the list of properties to be displayed in the PropertyGrid.</summary>
 /// <param name="property">The property to be added.</param>
 private void ShowProperty(GlobalPropertyDescriptor property)
 {
     if (!propertyDescriptors.Contains(property))
     {
         propertyDescriptors.Add(property);
     }
 }