Exemple #1
0
        internal StoredBorderContainerDock storeCurrentLayout()
        {
            StoredBorderContainerDock storedDock = new StoredBorderContainerDock();

            storedDock.MDILayoutContainer = layoutContainer.storeCurrentLayout();
            return(storedDock);
        }
Exemple #2
0
 internal void restoreLayout(StoredBorderContainerDock storedDock)
 {
     layoutContainer.restoreLayout(storedDock.MDILayoutContainer);
 }