Restore()
Restore()
Definition
Restores the window from workspaces.
Restore()
Restores the window from workspaces.
// IWorkspacePersistence member. Required for restoring window from workspacespublic void Restore(XDocument document, XElement){if (MainTabControl != null)MainTabControl.RestoreFromXElement(element);}