public void AddSupportedType(string typeName) { Editors.Add(typeName, typeof(object).FullName); Designer.AddSupportedType(typeName); }