Index: Application/Application.Ringtoets/Forms/PropertyGridView/PropertyResolver.cs =================================================================== diff -u -r6e613570fb69ad93ca5fe269e6f48c8f6ceb1bab -re6495e021f3cdb559c4506b3b5fd6668f6221308 --- Application/Application.Ringtoets/Forms/PropertyGridView/PropertyResolver.cs (.../PropertyResolver.cs) (revision 6e613570fb69ad93ca5fe269e6f48c8f6ceb1bab) +++ Application/Application.Ringtoets/Forms/PropertyGridView/PropertyResolver.cs (.../PropertyResolver.cs) (revision e6495e021f3cdb559c4506b3b5fd6668f6221308) @@ -1,10 +1,10 @@ using System; using System.Collections.Generic; using System.Linq; -using DelftTools.Shell.Gui; -using DelftTools.Utils.PropertyBag.Dynamic; +using Core.Common.Gui; +using Core.Common.Utils.PropertyBag.Dynamic; -namespace DeltaShell.Gui.Forms.PropertyGridView +namespace Application.Ringtoets.Forms.PropertyGridView { /// /// Helper class for resolving object properties.