From 49b8a7ddaa5ca16d8f68841fac2b8e9bcbd1eb56 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sun, 5 Jan 2020 19:53:48 -0500 Subject: [PATCH] I can't believe we couldn't set both Accessors in a single line until now --- CSharp/Libraries/UniversalEditor.Core/Document.cs | 5 +++++ 1 file changed, 5 insertions(+) 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 .