This class represents each object type that needs to be customized for quick properties.
Public Class ObjectType Inherits CustomizationElement Inherits INotifyPropertyChanged Inherits ICustomizationContainer
public class ObjectType : CustomizationElement, INotifyPropertyChanged, ICustomizationContainer;
Comments? |