internal StoredBorderContainerDock storeCurrentLayout() { StoredBorderContainerDock storedDock = new StoredBorderContainerDock(); storedDock.MDILayoutContainer = layoutContainer.storeCurrentLayout(); return(storedDock); }
internal void restoreLayout(StoredBorderContainerDock storedDock) { layoutContainer.restoreLayout(storedDock.MDILayoutContainer); }