Updated comments

This commit is contained in:
Michael Becker 2016-01-17 15:53:07 -05:00
parent d35c617874
commit 2ecce06696

View File

@ -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());