Index: src/Common/DelftTools.Utils/ComponentModel/DynamicEditorAttribute.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/DelftTools.Utils/ComponentModel/DynamicEditorAttribute.cs (.../DynamicEditorAttribute.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/DelftTools.Utils/ComponentModel/DynamicEditorAttribute.cs (.../DynamicEditorAttribute.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -8,13 +8,13 @@ // would not properly switch to and from readonly-status in the property grid. public class DynamicEditorAttribute : Attribute { - public string EditorType { get; set; } - public string EditorBaseType { get; set; } - public DynamicEditorAttribute(string type, string baseType) { EditorType = type; EditorBaseType = baseType; } + + public string EditorType { get; set; } + public string EditorBaseType { get; set; } } } \ No newline at end of file