Index: Application/Application.Ringtoets/Forms/ViewManager/ViewList.cs =================================================================== diff -u -r6e613570fb69ad93ca5fe269e6f48c8f6ceb1bab -re6495e021f3cdb559c4506b3b5fd6668f6221308 --- Application/Application.Ringtoets/Forms/ViewManager/ViewList.cs (.../ViewList.cs) (revision 6e613570fb69ad93ca5fe269e6f48c8f6ceb1bab) +++ Application/Application.Ringtoets/Forms/ViewManager/ViewList.cs (.../ViewList.cs) (revision e6495e021f3cdb559c4506b3b5fd6668f6221308) @@ -3,13 +3,13 @@ using System.Collections.Generic; using System.Linq; using System.Windows.Forms; -using DelftTools.Controls; -using DelftTools.Shell.Gui; -using DelftTools.Utils.Collections; -using DeltaShell.Gui.Properties; +using Application.Ringtoets.Properties; +using Core.Common.Controls; +using Core.Common.Gui; +using Core.Common.Utils.Collections; using log4net; -namespace DeltaShell.Gui.Forms.ViewManager +namespace Application.Ringtoets.Forms.ViewManager { /// /// ViewList manages all view in a given dock sites.