Restore()
Restore()
Definition
Restores the window from workspaces.
Restore()
Restores the window from workspaces.
1 // IWorkspacePersistence member. Required for restoring window from workspaces 2 public void Restore(XDocument document, XElement) 3 { 4 5 if (MainTabControl != null) 6 7 MainTabControl.RestoreFromXElement(element); 8 9 }