Removing JSON type converter from ear manager.
Using bindings for some application settings.
3 using System.Collections.Generic;
6 using System.Threading.Tasks;
8 namespace SharpDisplayManager
11 /// Used to populate our action type combobox with friendly names
17 public ItemObjectType(Type type)
22 public override string ToString()
24 //Get friendly action name from action attribute.
25 //That we then show up in our combobox
26 return SharpLib.Utils.Reflection.GetAttribute<AttributeObject>(Type).Name;