I'm migrating to the latest version of Docking component.
I want to allow the user to reset the interface.
The code I'm using is:
tool1.Dock(dockSite, Side.Right);
tool2.Attach(tool1);
I expect tool2 (Files Manager) to be inside tool1. The result is: