From e1ea36f2bca74f03c4359a420574c5aacb4e9f77 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sat, 19 Dec 2020 22:19:46 -0500 Subject: [PATCH] ISupportsExtraData has moved from MBS.Framework.UserInterface to MBS.Framework due to expanding usefulness --- .../UniversalEditor.UserInterface/EditorDocumentExplorerNode.cs | 2 +- Libraries/UniversalEditor.UserInterface/Toolbox.cs | 2 +- .../CollaborationSettings.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Libraries/UniversalEditor.UserInterface/EditorDocumentExplorerNode.cs b/Libraries/UniversalEditor.UserInterface/EditorDocumentExplorerNode.cs index 3b8c8472..cfb46781 100644 --- a/Libraries/UniversalEditor.UserInterface/EditorDocumentExplorerNode.cs +++ b/Libraries/UniversalEditor.UserInterface/EditorDocumentExplorerNode.cs @@ -21,7 +21,7 @@ using System; using System.Collections.Generic; -using MBS.Framework.UserInterface; +using MBS.Framework; namespace UniversalEditor.UserInterface { diff --git a/Libraries/UniversalEditor.UserInterface/Toolbox.cs b/Libraries/UniversalEditor.UserInterface/Toolbox.cs index 0f98648f..7e80bea6 100644 --- a/Libraries/UniversalEditor.UserInterface/Toolbox.cs +++ b/Libraries/UniversalEditor.UserInterface/Toolbox.cs @@ -9,7 +9,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; -using MBS.Framework.UserInterface; +using MBS.Framework; namespace UniversalEditor.UserInterface { diff --git a/Plugins/UniversalEditor.Plugins.Collaboration/CollaborationSettings.cs b/Plugins/UniversalEditor.Plugins.Collaboration/CollaborationSettings.cs index 3192a1bf..8b586154 100644 --- a/Plugins/UniversalEditor.Plugins.Collaboration/CollaborationSettings.cs +++ b/Plugins/UniversalEditor.Plugins.Collaboration/CollaborationSettings.cs @@ -20,7 +20,7 @@ // along with this program. If not, see . using System; using System.Collections.Generic; -using MBS.Framework.UserInterface; +using MBS.Framework; namespace UniversalEditor.Plugins.Collaboration {