diff --git a/CSharp/Libraries/UniversalEditor.Core/Document.cs b/CSharp/Libraries/UniversalEditor.Core/Document.cs index d0ed925a..7b752214 100644 --- a/CSharp/Libraries/UniversalEditor.Core/Document.cs +++ b/CSharp/Libraries/UniversalEditor.Core/Document.cs @@ -223,6 +223,11 @@ namespace UniversalEditor } return null; } + set + { + InputAccessor = value; + OutputAccessor = value; + } } /// /// The associated with this .