From 2ecce0669605bc583ca8ab7f0ed0d25b1b269644 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Sun, 17 Jan 2016 15:53:07 -0500 Subject: [PATCH] Updated comments --- .../UniversalEditor.UserInterface/Common/Reflection.cs | 2 ++ 1 file changed, 2 insertions(+) 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());