Example #1
0
        /// <summary>
        ///   Initializes a new instance of the <see cref = "PropertyEditor" /> class.
        /// </summary>
        public PropertyEditor()
        {
            propertyMap = new Dictionary <string, PropertyViewModel>();

            PropertyTemplateSelector = new PropertyTemplateSelector(this);
            CategoryTemplateSelector = new CategoryTemplateSelector(this);
        }
Example #2
0
        /// <summary>
        ///   Initializes a new instance of the <see cref = "PropertyEditor" /> class.
        /// </summary>
        public PropertyEditor()
        {
            propertyMap = new Dictionary<string, PropertyViewModel>();

            PropertyTemplateSelector = new PropertyTemplateSelector(this);
            CategoryTemplateSelector = new CategoryTemplateSelector(this);
        }