ISupportsExtraData has moved from MBS.Framework.UserInterface to MBS.Framework due to expanding usefulness

This commit is contained in:
Michael Becker 2020-12-19 22:19:46 -05:00
parent 3fd8baaa60
commit e1ea36f2bc
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
using System;
using System.Collections.Generic;
using MBS.Framework.UserInterface;
using MBS.Framework;
namespace UniversalEditor.UserInterface
{

View File

@ -9,7 +9,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using MBS.Framework.UserInterface;
using MBS.Framework;
namespace UniversalEditor.UserInterface
{

View File

@ -20,7 +20,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
using System;
using System.Collections.Generic;
using MBS.Framework.UserInterface;
using MBS.Framework;
namespace UniversalEditor.Plugins.Collaboration
{