diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/Common/Reflection.cs b/CSharp/Libraries/UniversalEditor.UserInterface/Common/Reflection.cs index d03d03b4..c38c0290 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/Common/Reflection.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/Common/Reflection.cs @@ -52,6 +52,8 @@ namespace UniversalEditor.UserInterface.Common try { + // TODO: see if there is a way we can MakeReference() without having to create all the UI + // components of the IEditorImplementation IEditorImplementation editor = (type.Assembly.CreateInstance(type.FullName) as IEditorImplementation); listEditors.Add(editor.MakeReference());